Index: uspace/lib/c/include/loader/pcb.h
===================================================================
--- uspace/lib/c/include/loader/pcb.h	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/lib/c/include/loader/pcb.h	(revision 95aed62f997beed657c99c003a81e20a7a71d608)
@@ -55,21 +55,21 @@
 	/** Program entry point. */
 	entry_point_t entry;
-	
+
 	/** Current working directory. */
 	char *cwd;
-	
+
 	/** Number of command-line arguments. */
 	int argc;
 	/** Command-line arguments. */
 	char **argv;
-	
+
 	/** List of inbox files. */
 	struct pcb_inbox_entry *inbox;
 	int inbox_entries;
-	
+
 	/*
 	 * ELF-specific data.
 	 */
-	
+
 	/** Pointer to ELF dynamic section of the program. */
 	void *dynamic;
