Index: uspace/lib/c/include/net/socket_codes.h
===================================================================
--- uspace/lib/c/include/net/socket_codes.h	(revision 058edb65425eee0ae717ce76dd285e73f72faeeb)
+++ uspace/lib/c/include/net/socket_codes.h	(revision bcafa7092ecdda50bba882ffec58937b6f173de9)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup libc 
+/** @addtogroup libc
  *  @{
  */
@@ -62,6 +62,5 @@
 /*@}*/
 
-/** Socket types.
- */
+/** Socket types. */
 typedef enum sock_type {
 	/** Stream (connection oriented) socket. */
@@ -74,5 +73,5 @@
 
 /** Type definition of the socket length. */
-typedef int32_t	socklen_t;
+typedef int32_t socklen_t;
 
 #endif
