From 8779549de990ea6aa8bc246e15af4e4f01f88bea Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 15:32:22 +0200 Subject: Reformat consistently. Strictly whitespace changes only. Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle --- axutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axutils.c') diff --git a/axutils.c b/axutils.c index 240a0b4..8833531 100644 --- a/axutils.c +++ b/axutils.c @@ -201,7 +201,7 @@ char *ax25_ntoa(const ax25_address *a) /* Convention is: -0 suffixes are NOT printed */ if (a->ax25_call[6] & 0x1E) { - *s++ = '-'; + *s++ = '-'; if ((n = ((a->ax25_call[6] >> 1) & 0x0F)) > 9) { *s++ = '1'; -- cgit v1.2.3