summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 02:34:19 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:17:29 +0200
commit4eb951133d9d301184ebd7b675598e11973b6ab8 (patch)
treed7647d95c75ee826eb6879c69206d689f900f3b8 /ax25/axspawn.c
parent1c830798fe54268cc0f9585b5940bea47fa8eb8a (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 'ax25/axspawn.c')
-rw-r--r--ax25/axspawn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ax25/axspawn.c b/ax25/axspawn.c
index f8afd66..34c2598 100644
--- a/ax25/axspawn.c
+++ b/ax25/axspawn.c
@@ -973,7 +973,7 @@ int get_assoc(struct sockaddr_ax25 *sax25)
fgets(buf, sizeof(buf)-1, fp);
- while(!feof(fp))
+ while (!feof(fp))
{
if (fscanf(fp, "%d %s", &uid, buf) == 2)
if (sax25->sax25_uid == uid)
@@ -1079,7 +1079,7 @@ retry:
chdir("/");
- while(p)
+ while (p)
{
q = strchr(p, '/');
if (q)
@@ -1817,7 +1817,7 @@ again:
signal(SIGINT, signal_handler);
signal(SIGQUIT, signal_handler);
- while(1)
+ while (1)
{
FD_ZERO(&fds_read);
FD_ZERO(&fds_err);