Index: uspace/app/bdsh/cmds/builtins/README
===================================================================
--- uspace/app/bdsh/cmds/builtins/README	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/app/bdsh/cmds/builtins/README	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -1,3 +1,3 @@
-Commands that need to modify the running user structure defined in scli.h 
+Commands that need to modify the running user structure defined in scli.h
 should reside here. They (will) have a slightly different prototype that
 allows passing the user structure to them for ease of modifications.
Index: uspace/app/bdsh/cmds/mknewcmd
===================================================================
--- uspace/app/bdsh/cmds/mknewcmd	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/app/bdsh/cmds/mknewcmd	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -34,5 +34,5 @@
 
 # If your shell does not support eval, shift (x) or
-# here-now documents, sorry :) 
+# here-now documents, sorry :)
 
 usage()
Index: uspace/app/bdsh/cmds/modules/README
===================================================================
--- uspace/app/bdsh/cmds/modules/README	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/app/bdsh/cmds/modules/README	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -3,5 +3,5 @@
 update or read cliuser_t.
 
-Stuff that needs to write to the user structures contained in scli.h should 
+Stuff that needs to write to the user structures contained in scli.h should
 be made as built-in commands, not modules, but there are very few times when
 you would want to do that.
Index: uspace/app/bdsh/cmds/modules/printf/TODO
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/TODO	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/app/bdsh/cmds/modules/printf/TODO	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -1,8 +1,8 @@
 At this stage printf is very young and limited, as it hopefully
 will be developed along with BDSH. Functionality is heavily related
-on libc printf already available. BDSH printf implements only 3 format  
-flags, with no options/precision/width modifiers allowed. Also, 
+on libc printf already available. BDSH printf implements only 3 format
+flags, with no options/precision/width modifiers allowed. Also,
 one output control is available - '\n'. '\' character stands
-as an escape character, i.e. every special character after it 
+as an escape character, i.e. every special character after it
 will be treated as general char and will be printed out.
 What's missing:
Index: uspace/app/df/Makefile
===================================================================
--- uspace/app/df/Makefile	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/app/df/Makefile	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -31,5 +31,5 @@
 
 SOURCES = \
-	df.c 
+	df.c
 
 include $(USPACE_PREFIX)/Makefile.common
Index: uspace/app/tester/mm/malloc2.def
===================================================================
--- uspace/app/tester/mm/malloc2.def	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/app/tester/mm/malloc2.def	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -3,4 +3,4 @@
 	"Memory reservation feature test",
 	&test_malloc2,
-	false	
+	false
 },
Index: uspace/dist/src/bithenge/gif/gif.bh
===================================================================
--- uspace/dist/src/bithenge/gif/gif.bh	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/dist/src/bithenge/gif/gif.bh	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -99,5 +99,5 @@
 	
 	.lzw_initial_size <- uint8;
-	.lzw_data <- generic_data_block;	
+	.lzw_data <- generic_data_block;
 };
 
@@ -125,5 +125,5 @@
 		};
 	}
-}; 
+};
 
 transform main = struct {
@@ -145,4 +145,4 @@
 	.blocks <- repeat {
 		gif_block
-	}; 
+	};
 };
Index: uspace/dist/src/bithenge/usbdesc.bh
===================================================================
--- uspace/dist/src/bithenge/usbdesc.bh	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/dist/src/bithenge/usbdesc.bh	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -15,5 +15,5 @@
 # USB configuration descriptor
 # This is not the full configuration descriptor (i.e. with interface
-# and endpoint descriptors included) but only the header. 
+# and endpoint descriptors included) but only the header.
 transform usb_configuration_descriptor_bare = struct {
 	.wTotalLength <- uint16le;
Index: uspace/lib/c/Makefile
===================================================================
--- uspace/lib/c/Makefile	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/c/Makefile	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -197,5 +197,5 @@
 	$(AUTOGEN) probe $< >$<.probe.c
 	$(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
-	$(AUTOGEN) generate $< <$<.probe.s >$@   
+	$(AUTOGEN) generate $< <$<.probe.s >$@
 
 $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld: $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld.in
Index: uspace/lib/c/arch/ia32/_link.ld.in
===================================================================
--- uspace/lib/c/arch/ia32/_link.ld.in	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/c/arch/ia32/_link.ld.in	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -39,6 +39,6 @@
 		*(.rel.plt);
 	}
-	/* 
-	 *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt 
+	/*
+	 *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt
 	 * without alignment gap or DT_REL will be broken
 	 */
Index: uspace/lib/pcut/Makefile
===================================================================
--- uspace/lib/pcut/Makefile	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/pcut/Makefile	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -23,5 +23,5 @@
 	$(PCUT_TEST_PREFIX)testlist$(PCUT_TEST_SUFFIX) \
 	$(PCUT_TEST_PREFIX)timeout$(PCUT_TEST_SUFFIX) \
-	$(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX) 
+	$(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX)
 
 EXTRA_CLEAN = $(SELF_TESTS)
