From 4eb951133d9d301184ebd7b675598e11973b6ab8 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:34:19 +0200 Subject: Always have a space between if, for, switch, while and the following `('. Signed-off-by: Ralf Baechle --- ax25/axgetput/proto_bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25/axgetput/proto_bin.c') diff --git a/ax25/axgetput/proto_bin.c b/ax25/axgetput/proto_bin.c index b3e3420..78a6ccc 100644 --- a/ax25/axgetput/proto_bin.c +++ b/ax25/axgetput/proto_bin.c @@ -129,7 +129,7 @@ int bput(void) p_buf = buf; for (i = 0; (p = strsep(&p_buf, "#")); i++) { - switch(i) { + switch (i) { case 0: case 1: break; -- cgit v1.2.3