From f76e0b330f0be28f9f3af3073904ede3a34d48f5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 15:34:56 +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 --- ax25/axparms.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'ax25/axparms.c') diff --git a/ax25/axparms.c b/ax25/axparms.c index 1f1f6ca..71724f7 100644 --- a/ax25/axparms.c +++ b/ax25/axparms.c @@ -79,17 +79,17 @@ int routes(int s, int argc, char *argv[], ax25_address *callsign) return 1; } switch (*argv[i]) { - case 'd': - case 'D': - ip_mode = 'D'; - break; - case 'v': - case 'V': - ip_mode = 'V'; - break; - default: - ip_mode = ' '; - break; + case 'd': + case 'D': + ip_mode = 'D'; + break; + case 'v': + case 'V': + ip_mode = 'V'; + break; + default: + ip_mode = ' '; + break; } } else { if (ax25_aton_entry(argv[i], (char *)&ax25_route.digi_addr[j]) == -1) -- cgit v1.2.3