diff options
-rw-r--r-- | src/writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c index 61ff9864..81e0a845 100644 --- a/src/writer.c +++ b/src/writer.c @@ -86,7 +86,7 @@ static const SepRule rules[] = { { "[", 1, 0, 1, 1 }, { "]", 1, 1, 0, 0 }, { "(", 1, 0, 0, 0 }, - { NULL, 1, 0, 1, 0 }, + { NULL, 0, 0, 1, 0 }, { ")", 1, 1, 0, 0 }, { " {", 2, 0, 1, 1 }, { " }", 2, 0, 1, 1 }, |