Index: uspace/lib/libc/include/sys/time.h
===================================================================
--- uspace/lib/libc/include/sys/time.h	(revision 813a70388573492051bf8bb31098b49f4baffd2b)
+++ uspace/lib/libc/include/sys/time.h	(revision f389409f87a298e33da4584fafa80ff73cc3c7da)
@@ -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 */
 };
 
