Skip to content
Snippets Groups Projects
Commit dc652126 authored by Niels Möller's avatar Niels Möller
Browse files

Cosmetics.

Rev: src/nettle/sexp_format.c:1.2
parent fd6af34b
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment