aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
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 e99d62d8..1917f8f6 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -93,9 +93,9 @@ struct SerdWriterImpl {
WriteContext context;
SerdNode list_subj;
unsigned list_depth;
+ unsigned indent;
uint8_t* bprefix;
size_t bprefix_len;
- unsigned indent;
Sep last_sep;
bool empty;
};