aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-19 12:25:44 +0200
committerDavid Robillard <d@drobilla.net>2019-12-20 10:26:55 -0500
commit69bb2b4312a2c353fb6ee5e11faf8efd947db883 (patch)
tree8811833420a3025d02015abbf70141d0f85d0670 /src/writer.c
parentec99d49dba5b93f3e622ae2662b2de9a43d3633f (diff)
downloadserd-69bb2b4312a2c353fb6ee5e11faf8efd947db883.tar.gz
serd-69bb2b4312a2c353fb6ee5e11faf8efd947db883.tar.bz2
serd-69bb2b4312a2c353fb6ee5e11faf8efd947db883.zip
Improve writer packing
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c
index 31c15b70..1e657d00 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -129,10 +129,10 @@ struct SerdWriterImpl {
SerdLogFunc log_func;
void* log_handle;
WriteContext context;
- int indent;
char* bprefix;
size_t bprefix_len;
Sep last_sep;
+ int indent;
bool empty;
};