]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Cosmetics.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 29 Sep 2002 21:00:09 +0000 (23:00 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 29 Sep 2002 21:00:09 +0000 (23:00 +0200)
Rev: src/nettle/sexp_format.c:1.2

sexp_format.c

index 50fe6cfa886ab29cb7dd40adf6981b9054505e51..d051943645a734de90aa7c043e8268b14095b80f 100644 (file)
@@ -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