summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2017-01-13 14:16:18 +0100
committerpranomostro <pranomestro@gmail.com>2017-01-13 14:16:18 +0100
commit64cb0eb0f2623d3d476fff19c519aeeea27c0097 (patch)
tree353f91af0b425cf57ce578faf4e0f6806e71f95c
parent4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59 (diff)
Whitespace fix.
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 6cec4c2..d16811a 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1026,7 +1026,7 @@ datasave(void)
sz += encryptsavefile ? TOX_PASS_ENCRYPTION_EXTRA_LENGTH : 0;
data = malloc(sz);
- if(!data)
+ if (!data)
eprintf("malloc:");
if (encryptsavefile){