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 --- kiss/mkiss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiss/mkiss.c') diff --git a/kiss/mkiss.c b/kiss/mkiss.c index fbb1e53..265bfeb 100644 --- a/kiss/mkiss.c +++ b/kiss/mkiss.c @@ -219,7 +219,7 @@ static int kiss_tx(int fd, int port, unsigned char *s, int len, int usecrc) * For each byte in the packet, send the appropriate * character sequence, according to the SLIP protocol. */ - for(i = 0; i < len - 1; i++) + for (i = 0; i < len - 1; i++) ptr += put_ubyte(ptr, &crc, s[i], usecrc); /* -- cgit v1.2.3