summaryrefslogtreecommitdiffstats
path: root/axconfig.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 02:33:18 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commit8a370d5b4335b6d7f38f5c0991105c03e96dd818 (patch)
tree123882f6dd86120a93ac6288979872b9672175e1 /axconfig.c
parent85e3c8366410a0103756ae4c285f7712380be169 (diff)
Always have a space between if, for, switch, while and the following `('.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'axconfig.c')
-rw-r--r--axconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/axconfig.c b/axconfig.c
index fc16a82..1b7077c 100644
--- a/axconfig.c
+++ b/axconfig.c
@@ -377,7 +377,7 @@ int ax25_config_load_ports(void)
if (fd >= 0) close(fd);
if (fp) fclose(fp);
- for(i = 0; calllist && calllist[i]; ++i) {
+ for (i = 0; calllist && calllist[i]; ++i) {
free((void*)calllist[i]);
if (devlist[i] != NULL)
free((void*)devlist[i]);