Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
+++ uspace/app/date/date.c	(revision 8d58fcaa7e5744b458fcb7645e5a20ddd6eb8092)
@@ -47,5 +47,5 @@
 static void usage(void);
 
-static int days_month[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
+static int days_month[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
 
 int
