Index: uspace/srv/fs/cdfs/cdfs_ops.c
===================================================================
--- uspace/srv/fs/cdfs/cdfs_ops.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/fs/cdfs/cdfs_ops.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -933,5 +933,5 @@
 		if (sequence_nr != 1) {
 			/*
-		    	 * We only support the first disc
+			 * We only support the first disc
 			 * in multi-disc sets.
 			 */
Index: uspace/srv/fs/exfat/exfat_fat.c
===================================================================
--- uspace/srv/fs/exfat/exfat_fat.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/fs/exfat/exfat_fat.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -148,7 +148,7 @@
 		if (nodep->currc_cached_valid && bn >= nodep->currc_cached_bn) {
 			/*
-			* We can start with the cluster cached by the previous call to
-			* fat_block_get().
-			*/
+			 * We can start with the cluster cached by the previous call to
+			 * fat_block_get().
+			 */
 			firstc = nodep->currc_cached_value;
 			relbn -= (nodep->currc_cached_bn / SPC(bs)) * SPC(bs);
Index: uspace/srv/fs/fat/fat_fat.c
===================================================================
--- uspace/srv/fs/fat/fat_fat.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/fs/fat/fat_fat.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -140,5 +140,5 @@
 	if (((((nodep->size - 1) / BPS(bs)) / SPC(bs)) == bn / SPC(bs)) &&
 	    nodep->lastc_cached_valid) {
-	    	/*
+		/*
 		 * This is a request to read a block within the last cluster
 		 * when fortunately we have the last cluster number cached.
@@ -321,7 +321,7 @@
 			}
 			/*
-			* Combining value with last byte of current sector and
-			* first byte of next sector
-			*/
+			 * Combining value with last byte of current sector and
+			 * first byte of next sector
+			 */
 			byte2 = ((uint8_t *) b1->data)[0];
 
Index: uspace/srv/net/slip/slip.c
===================================================================
--- uspace/srv/net/slip/slip.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/net/slip/slip.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -277,10 +277,10 @@
 
 		/*
- 		 * We have reached the limit of our MTU. Regardless of whether
- 		 * the datagram is properly ended with SLIP_END, pass it along.
- 		 * If the next character is really SLIP_END, nothing
- 		 * catastrophic happens. The algorithm will just see an
- 		 * artificially empty SLIP datagram and life will go on.
- 		 */
+		 * We have reached the limit of our MTU. Regardless of whether
+		 * the datagram is properly ended with SLIP_END, pass it along.
+		 * If the next character is really SLIP_END, nothing
+		 * catastrophic happens. The algorithm will just see an
+		 * artificially empty SLIP datagram and life will go on.
+		 */
 
 	pass:
@@ -407,7 +407,7 @@
 
 	/*
- 	 * We assume that our registration at the location service will be
- 	 * cleaned up automatically as the service (i.e. this task) terminates.
- 	 */
+	 * We assume that our registration at the location service will be
+	 * cleaned up automatically as the service (i.e. this task) terminates.
+	 */
 
 	return rc;
Index: uspace/srv/net/tcp/segment.c
===================================================================
--- uspace/srv/net/tcp/segment.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/net/tcp/segment.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -91,5 +91,5 @@
 /** Create a control-only segment.
  *
-  * @return	Segment
+ * @return	Segment
  */
 tcp_segment_t *tcp_segment_make_ctrl(tcp_control_t ctrl)
@@ -134,5 +134,5 @@
 /** Create a control segment.
  *
-  * @return	Segment
+ * @return	Segment
  */
 tcp_segment_t *tcp_segment_make_data(tcp_control_t ctrl, void *data,
Index: uspace/srv/net/tcp/service.c
===================================================================
--- uspace/srv/net/tcp/service.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/net/tcp/service.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -509,5 +509,5 @@
  *
  * @return EOK on success or an error code
-*/
+ */
 static errno_t tcp_listener_create_impl(tcp_client_t *client, inet_ep_t *ep,
     sysarg_t *rlst_id)
Index: uspace/srv/net/udp/assoc.c
===================================================================
--- uspace/srv/net/udp/assoc.c	(revision 009c485952250dbca2420fd8ee4fa68ffaf7b9ac)
+++ uspace/srv/net/udp/assoc.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
@@ -358,5 +358,5 @@
 		if (rc != EOK) {
 			log_msg(LOG_DEFAULT, LVL_DEBUG, "Out of memory. Message dropped.");
-		/* XXX Generate ICMP error? */
+			/* XXX Generate ICMP error? */
 		}
 	}
