aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/gen.c
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-02-21 20:43:04 +0100
committerPaulK <contact@paulk.fr>2012-02-01 04:48:09 +0100
commit9b827bdb9c147c77c0d32cd3f4c41768818d8eaa (patch)
tree0414f1ca623689f0ea6a7025f08823d189367093 /samsung-ipc/gen.c
parentb7e7b7701358836bdfe3042f427236bb047fd28b (diff)
downloadexternal_libsamsung-ipc-9b827bdb9c147c77c0d32cd3f4c41768818d8eaa.zip
external_libsamsung-ipc-9b827bdb9c147c77c0d32cd3f4c41768818d8eaa.tar.gz
external_libsamsung-ipc-9b827bdb9c147c77c0d32cd3f4c41768818d8eaa.tar.bz2
Fixed coding style: space after if, for, while, etc
Diffstat (limited to 'samsung-ipc/gen.c')
-rw-r--r--samsung-ipc/gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/gen.c b/samsung-ipc/gen.c
index 79c4746..e038f9b 100644
--- a/samsung-ipc/gen.c
+++ b/samsung-ipc/gen.c
@@ -23,7 +23,7 @@
int ipc_gen_phone_res_check(struct ipc_gen_phone_res *res)
{
- if(res == NULL)
+ if (res == NULL)
return -1;
switch(res->code)