Index: uspace/app/sbi/src/list.c
===================================================================
--- uspace/app/sbi/src/list.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/sbi/src/list.c	(revision d5e5fd1214ee9617b9a936d6f09efec4c9a91b48)
@@ -258,5 +258,5 @@
  *
  * Unlink node from the list it is currently in.
- * 
+ *
  * @param n	Node to unlink from its current list.
  */
Index: uspace/app/sbi/src/os/posix.c
===================================================================
--- uspace/app/sbi/src/os/posix.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/sbi/src/os/posix.c	(revision d5e5fd1214ee9617b9a936d6f09efec4c9a91b48)
@@ -48,5 +48,5 @@
  * The string functions are in fact standard C, but would not work under
  * HelenOS.
- * 
+ *
  * XXX String functions used here only work with 8-bit text encoding.
  */
Index: uspace/app/sbi/src/parse.c
===================================================================
--- uspace/app/sbi/src/parse.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/sbi/src/parse.c	(revision d5e5fd1214ee9617b9a936d6f09efec4c9a91b48)
@@ -1500,5 +1500,5 @@
 }
 
-/** Signal a parse error, start bailing out from parser. 
+/** Signal a parse error, start bailing out from parser.
  *
  * @param parse		Parser object.
Index: uspace/app/sbi/src/program.c
===================================================================
--- uspace/app/sbi/src/program.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/sbi/src/program.c	(revision d5e5fd1214ee9617b9a936d6f09efec4c9a91b48)
@@ -80,5 +80,5 @@
 }
 
-/** Process sources of the library. 
+/** Process sources of the library.
  *
  * Processes all source files in the library. The list of library source files
Index: uspace/app/sbi/src/run.c
===================================================================
--- uspace/app/sbi/src/run.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/sbi/src/run.c	(revision d5e5fd1214ee9617b9a936d6f09efec4c9a91b48)
@@ -1433,5 +1433,5 @@
 	rdata_value_t *value;
 
-	/* 
+	/*
 	 * This can happen when trying to use output of a function which
 	 * does not return a value.
@@ -1886,5 +1886,5 @@
 		break;
 	case tic_tvref:
-		/* 
+		/*
 		 * XXX Need to obtain run-time value of type argument to
 		 * initialize variable properly.
Index: uspace/app/sbi/src/stree.c
===================================================================
--- uspace/app/sbi/src/stree.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/sbi/src/stree.c	(revision d5e5fd1214ee9617b9a936d6f09efec4c9a91b48)
@@ -695,5 +695,5 @@
 /** Allocate new .
  *
- * @return	New 
+ * @return	New
  */
 stree_access_t *stree_access_new(void)
