tWhitespace fix. - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 64cb0eb0f2623d3d476fff19c519aeeea27c0097
(DIR) parent 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59
(HTM) Author: pranomostro <pranomestro@gmail.com>
Date: Fri, 13 Jan 2017 14:16:18 +0100
Whitespace fix.
Diffstat:
M ratox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -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){