summaryrefslogtreecommitdiffstats
path: root/call/dostime.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:34:49 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:06 +0200
commit695e3efd921dac7848066b6b64ef5e2ebbe7f526 (patch)
treebc2aa281544b5f25004c10e1faec7b426b5e3a29 /call/dostime.c
parent6276436bfa71fb22c4cb2ff09faa8d75e4c473a1 (diff)
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 <ralf@linux-mips.org>
Diffstat (limited to 'call/dostime.c')
-rw-r--r--call/dostime.c4
1 files changed, 2 insertions, 2 deletions
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). */