summaryrefslogtreecommitdiffstats
path: root/rose/rsparms.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 /rose/rsparms.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 'rose/rsparms.c')
-rw-r--r--rose/rsparms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rose/rsparms.c b/rose/rsparms.c
index a0c4786..e9266aa 100644
--- a/rose/rsparms.c
+++ b/rose/rsparms.c
@@ -89,7 +89,7 @@ void nodes(int s, int argc, char *argv[])
exit(1);
}
- while(fgets(buff,80,fn)) {
+ while (fgets(buff,80,fn)) {
args=sscanf(buff,"%10s %4s %*s %9s %9s %9s",address, rmask, neigh1, neigh2, neigh3);
if (strcmp(address,"address")==0)
continue;