Index: uspace/app/init/untar.c
===================================================================
--- uspace/app/init/untar.c	(revision 856be6e9924ab32fa8468d294bba044a6ba3ec3e)
+++ uspace/app/init/untar.c	(revision f47c2dc1dbaada74870807f3cccd5bee0e6b69ff)
@@ -45,5 +45,5 @@
 typedef struct {
 	const char *dev;
-	
+
 	service_id_t sid;
 	aoff64_t offset;
Index: uspace/drv/bus/usb/ohci/ohci_regs.h
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_regs.h	(revision 856be6e9924ab32fa8468d294bba044a6ba3ec3e)
+++ uspace/drv/bus/usb/ohci/ohci_regs.h	(revision f47c2dc1dbaada74870807f3cccd5bee0e6b69ff)
@@ -153,5 +153,5 @@
  * ohci_regs_t.control
  */
- 
+
 /* Control-bulk service ratio */
 #define C_CBSR_1_1  (0x0)
Index: uspace/lib/pcut/src/os/generic.c
===================================================================
--- uspace/lib/pcut/src/os/generic.c	(revision 856be6e9924ab32fa8468d294bba044a6ba3ec3e)
+++ uspace/lib/pcut/src/os/generic.c	(revision f47c2dc1dbaada74870807f3cccd5bee0e6b69ff)
@@ -121,5 +121,5 @@
 	FORMAT_COMMAND(command, PCUT_COMMAND_LINE_BUFFER_SIZE - 1,
 		self_path, (test)->id, tempfile_name);
-	
+
 	PCUT_DEBUG("Will execute <%s> (temp file <%s>) with system().",
 		command, tempfile_name);
Index: uspace/lib/untar/untar.c
===================================================================
--- uspace/lib/untar/untar.c	(revision 856be6e9924ab32fa8468d294bba044a6ba3ec3e)
+++ uspace/lib/untar/untar.c	(revision f47c2dc1dbaada74870807f3cccd5bee0e6b69ff)
@@ -154,5 +154,5 @@
 		return rc;
 	}
-	
+
 	while (true) {
 		tar_header_raw_t header_raw;
