summaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/upb_textprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/upb_textprinter.c b/stream/upb_textprinter.c
index 11ad6a8..201edba 100644
--- a/stream/upb_textprinter.c
+++ b/stream/upb_textprinter.c
@@ -79,7 +79,7 @@ static bool upb_textprinter_putdef(upb_textprinter *p, upb_fielddef *f)
{
upb_textprinter_indent(p);
upb_bytesink_put(p->bytesink, f->name);
- upb_bytesink_put(p->bytesink, UPB_STRLIT(":"));
+ upb_bytesink_put(p->bytesink, UPB_STRLIT(": "));
p->f = f;
return upb_ok(upb_bytesink_status(p->bytesink));
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback