Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
dc652126
Commit
dc652126
authored
Sep 29, 2002
by
Niels Möller
Browse files
Cosmetics.
Rev: src/nettle/sexp_format.c:1.2
parent
fd6af34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sexp_format.c
View file @
dc652126
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
#endif
#endif
static
int
static
int
format_prefix
(
struct
nettle_buffer
*
output
,
format_prefix
(
struct
nettle_buffer
*
buffer
,
unsigned
length
)
unsigned
length
)
{
{
unsigned
prefix_length
;
unsigned
prefix_length
;
...
@@ -67,8 +67,8 @@ static uint8_t *
...
@@ -67,8 +67,8 @@ static uint8_t *
format_space
(
struct
nettle_buffer
*
buffer
,
format_space
(
struct
nettle_buffer
*
buffer
,
unsigned
length
)
unsigned
length
)
{
{
return
format_prefix
(
output
,
length
)
return
format_prefix
(
buffer
,
length
)
?
nettle_buffer_space
(
output
,
length
)
:
NULL
;
?
nettle_buffer_space
(
buffer
,
length
)
:
NULL
;
}
}
static
int
static
int
...
...
Write
Preview
Supports
Markdown
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