commit 49ba96599a73ab591d1d9978d13eeb856f256de7
parent 8b0efa8c98e26c37459dce0f6dfbbc856b429279
Author: Mattias Andrée <maandree@kth.se>
Date: Wed, 4 May 2016 13:22:12 +0200
Fix indent
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/zbset.c b/src/zbset.c
@@ -13,7 +13,7 @@
if (unlikely(chars >= a->used)) {\
ENSURE_SIZE(a, chars + 1);\
zmemset(a->chars + a->used, 0, chars + 1 - a->used);\
- a->used = chars + 1;\
+ a->used = chars + 1;\
}\
} else if (unlikely(chars >= a->used)) {\
return;\