Index: uspace/lib/libc/include/sys/time.h
===================================================================
--- uspace/lib/libc/include/sys/time.h	(revision 36e9cd186877d97860a6d53672806bfac213cfa4)
+++ uspace/lib/libc/include/sys/time.h	(revision e2ae2fcdf054f0d01d0003941810f8b4544fb596)
@@ -31,5 +31,5 @@
  */
 /** @file
- */ 
+ */
 
 #ifndef LIBC_SYS_TIME_H_
@@ -44,11 +44,11 @@
 
 struct timeval {
-	time_t         tv_sec;        /* seconds */
-	suseconds_t    tv_usec;  /* microseconds */
+	time_t tv_sec;        /* seconds */
+	suseconds_t tv_usec;  /* microseconds */
 };
 
 struct timezone {
-	int  tz_minuteswest; /* minutes W of Greenwich */
-	int  tz_dsttime;     /* type of dst correction */
+	int tz_minuteswest;  /* minutes W of Greenwich */
+	int tz_dsttime;      /* type of dst correction */
 };
 
