Index: uspace/lib/pcut/src/os/generic.c
===================================================================
--- uspace/lib/pcut/src/os/generic.c	(revision 15674715412ae9b74ef57bcf964741ea2f00c1bb)
+++ uspace/lib/pcut/src/os/generic.c	(revision 55b87a060a6eb783c8445d2390c19584cfbe49bf)
@@ -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 15674715412ae9b74ef57bcf964741ea2f00c1bb)
+++ uspace/lib/untar/untar.c	(revision 55b87a060a6eb783c8445d2390c19584cfbe49bf)
@@ -154,5 +154,5 @@
 		return rc;
 	}
-	
+
 	while (true) {
 		tar_header_raw_t header_raw;
