summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-09-29 23:00:09 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-09-29 23:00:09 +0200
commitdc652126c9357bead1e91c09c45eb1d0677b2b01 (patch)
treeef445518cc99935a326a5742672dcec1a320e5eb
parentfd6af34b297f7773b582af575d23256981289873 (diff)
downloadnettle-dc652126c9357bead1e91c09c45eb1d0677b2b01.tar.gz
Cosmetics.
Rev: src/nettle/sexp_format.c:1.2
-rw-r--r--sexp_format.c6
1 files 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