Index: uspace/lib/c/generic/async.c
===================================================================
--- uspace/lib/c/generic/async.c	(revision c8c43caeaf653de4af38ee1f5fbcddf8d9850cdd)
+++ uspace/lib/c/generic/async.c	(revision 972c60ce6ab8b890f6d151170b7c14d742eaa9eb)
@@ -1846,5 +1846,5 @@
 	
 	fibril_mutex_lock(&async_sess_mutex);
-
+	
 	int rc = async_hangup_internal(sess->phone);
 	
Index: uspace/lib/c/include/bitops.h
===================================================================
--- uspace/lib/c/include/bitops.h	(revision c8c43caeaf653de4af38ee1f5fbcddf8d9850cdd)
+++ uspace/lib/c/include/bitops.h	(revision 972c60ce6ab8b890f6d151170b7c14d742eaa9eb)
@@ -40,5 +40,5 @@
 /** Mask with bit @a n set. */
 #define BIT_V(type, n) \
-    ((type)1 << (n))
+    ((type) 1 << (n))
 
 /** Mask with rightmost @a n bits set. */
Index: uspace/lib/c/include/ipc/net.h
===================================================================
--- uspace/lib/c/include/ipc/net.h	(revision c8c43caeaf653de4af38ee1f5fbcddf8d9850cdd)
+++ uspace/lib/c/include/ipc/net.h	(revision 972c60ce6ab8b890f6d151170b7c14d742eaa9eb)
@@ -305,5 +305,5 @@
  *
  */
-#define IPC_GET_DEVICE_HANDLE(call) ((devman_handle_t) IPC_GET_ARG2(call))
+#define IPC_GET_DEVICE_HANDLE(call)  ((devman_handle_t) IPC_GET_ARG2(call))
 
 /** Return the device driver service message argument.
Index: uspace/lib/usbhost/Makefile
===================================================================
--- uspace/lib/usbhost/Makefile	(revision c8c43caeaf653de4af38ee1f5fbcddf8d9850cdd)
+++ uspace/lib/usbhost/Makefile	(revision 972c60ce6ab8b890f6d151170b7c14d742eaa9eb)
@@ -32,5 +32,5 @@
 	-I$(LIBUSB_PREFIX)/include \
 	-I$(LIBDRV_PREFIX)/include \
-	-Iinclude 
+	-Iinclude
 
 SOURCES = \
