From dc652126c9357bead1e91c09c45eb1d0677b2b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 29 Sep 2002 23:00:09 +0200 Subject: [PATCH] Cosmetics. Rev: src/nettle/sexp_format.c:1.2 --- sexp_format.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sexp_format.c b/sexp_format.c index 50fe6cfa..d0519436 100644 --- a/sexp_format.c +++ b/sexp_format.c @@ -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 -- GitLab