Index: uspace/srv/hid/console/console.c
===================================================================
--- uspace/srv/hid/console/console.c	(revision e9563c356932b782a1f6979ffab3a58b0bc12f9f)
+++ uspace/srv/hid/console/console.c	(revision f4e508ffdd5ced11fa3e0ae036832767777c916b)
@@ -481,5 +481,6 @@
 				event->c = c;
 				
-				/* Kernel console does not read events
+				/*
+				 * Kernel console does not read events
 				 * from us, so we will redirect them
 				 * to the (last) active userspace console
@@ -487,5 +488,5 @@
 				 */
 				console_t *target_console = cons_get_active_uspace();
-
+				
 				prodcons_produce(&target_console->input_pc,
 				    &event->link);
Index: uspace/srv/net/il/arp/arp.c
===================================================================
--- uspace/srv/net/il/arp/arp.c	(revision e9563c356932b782a1f6979ffab3a58b0bc12f9f)
+++ uspace/srv/net/il/arp/arp.c	(revision f4e508ffdd5ced11fa3e0ae036832767777c916b)
@@ -703,5 +703,5 @@
 	length += device->addr_len;
 	memcpy(((uint8_t *) header) + length, target->value, target->length);
-
+	
 	int rc = packet_set_addr(packet, device->addr, device->broadcast_addr,
 	    device->addr_len);
Index: uspace/srv/net/nil/eth/eth.c
===================================================================
--- uspace/srv/net/nil/eth/eth.c	(revision e9563c356932b782a1f6979ffab3a58b0bc12f9f)
+++ uspace/srv/net/nil/eth/eth.c	(revision f4e508ffdd5ced11fa3e0ae036832767777c916b)
@@ -197,4 +197,5 @@
 	fibril_rwlock_write_lock(&eth_globals.devices_lock);
 	fibril_rwlock_write_lock(&eth_globals.protos_lock);
+	
 	eth_globals.net_sess = sess;
 	memcpy(eth_globals.broadcast_addr, "\xFF\xFF\xFF\xFF\xFF\xFF",
Index: uspace/srv/net/nil/nildummy/nildummy.h
===================================================================
--- uspace/srv/net/nil/nildummy/nildummy.h	(revision e9563c356932b782a1f6979ffab3a58b0bc12f9f)
+++ uspace/srv/net/nil/nildummy/nildummy.h	(revision f4e508ffdd5ced11fa3e0ae036832767777c916b)
@@ -44,5 +44,4 @@
 #include <ipc/devman.h>
 #include <net/device.h>
-#include <adt/measured_strings.h>
 
 /** Type definition of the dummy nil global data.
