From 695e3efd921dac7848066b6b64ef5e2ebbe7f526 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 15:34:49 +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 --- call/dostime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'call/dostime.c') diff --git a/call/dostime.c b/call/dostime.c index 0a73af0..4eb34c9 100644 --- a/call/dostime.c +++ b/call/dostime.c @@ -15,8 +15,8 @@ /* Linear day numbers of the respective 1sts in non-leap years. */ static int day_n[] = - { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 0, 0, 0, 0 }; - /* JanFebMarApr May Jun Jul Aug Sep Oct Nov Dec */ + { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 0, 0, 0, 0 }; + /* Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec */ /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */ -- cgit v1.2.3