From cc6d8211189bcd7bb665aa65d97385d0a5821bdc Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:34:25 +0200 Subject: Always have a space between if, for, switch, while and the following `('. Signed-off-by: Ralf Baechle --- ax25ipd/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25ipd/process.c') diff --git a/ax25ipd/process.c b/ax25ipd/process.c index 5717cd1..f0ac54d 100644 --- a/ax25ipd/process.c +++ b/ax25ipd/process.c @@ -272,7 +272,7 @@ int addrmatch(unsigned char *a, unsigned char *b) return 1; /* ssid 0 matches all ssid's */ if ((*a++ ^ *b) & 0x1e) return 0; /* ssid */ -/* if((*a++^*b++)&0x1e)return 0; ssid (how it was ...) */ +/* if ((*a++^*b++)&0x1e)return 0; ssid (how it was ...) */ return 1; } -- cgit v1.2.3