Index: uspace/lib/c/include/loader/pcb.h
===================================================================
--- uspace/lib/c/include/loader/pcb.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
+++ uspace/lib/c/include/loader/pcb.h	(revision 0aa06cbe8a6965cc7f1ebfa7236bcd8d5316da16)
@@ -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;
