summaryrefslogtreecommitdiffstats
path: root/kiss
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:38:09 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:30:13 +0200
commit3753c8cafcf8a1f29f03de255147f89d8ca3999e (patch)
treeb5923ed25f6af7a72ddc68c3a0b1b30fe1400557 /kiss
parentf76e0b330f0be28f9f3af3073904ede3a34d48f5 (diff)
Insert space between `)' and a following `{'.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'kiss')
-rw-r--r--kiss/net2kiss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss/net2kiss.c b/kiss/net2kiss.c
index 5707714..1ec8524 100644
--- a/kiss/net2kiss.c
+++ b/kiss/net2kiss.c
@@ -638,7 +638,7 @@ int main(int argc, char *argv[])
}
/* Users await the slave pty to be referenced in the 2nd line */
printf("Awaiting client connects on\n%s\n", namepts);
- if (!verbose){
+ if (!verbose) {
fflush(stdout);
fflush(stderr);
close(0);