Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
dc652126
Commit
dc652126
authored
Sep 29, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
Rev: src/nettle/sexp_format.c:1.2
parent
fd6af34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sexp_format.c
sexp_format.c
+3
-3
No files found.
sexp_format.c
View file @
dc652126
...
...
@@ -40,7 +40,7 @@
#endif
static
int
format_prefix
(
struct
nettle_buffer
*
output
,
format_prefix
(
struct
nettle_buffer
*
buffer
,
unsigned
length
)
{
unsigned
prefix_length
;
...
...
@@ -67,8 +67,8 @@ static uint8_t *
format_space
(
struct
nettle_buffer
*
buffer
,
unsigned
length
)
{
return
format_prefix
(
output
,
length
)
?
nettle_buffer_space
(
output
,
length
)
:
NULL
;
return
format_prefix
(
buffer
,
length
)
?
nettle_buffer_space
(
buffer
,
length
)
:
NULL
;
}
static
int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment