From 64cb0eb0f2623d3d476fff19c519aeeea27c0097 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Fri, 13 Jan 2017 14:16:18 +0100 Subject: Whitespace fix. --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratox.c') 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){ -- cgit v1.2.3