Index: contrib/arch/HelenOS.adl
===================================================================
--- contrib/arch/HelenOS.adl	(revision 6fa9a99d9fa209ffacbdbc40837bf0f435c98e1b)
+++ contrib/arch/HelenOS.adl	(revision f1380b76772fb5d1aa03637b5e57bd9b929fea61)
@@ -2,26 +2,26 @@
 	/* SPARTAN kernel */
 	inst kernel kernel;
-	
+
 	/* Naming Service */
 	inst ns ns;
-	
+
 	/* Loader (clonable service) */
 	inst loader loader;
-	
+
 	/* Device mapper */
 	inst devmap devmap;
-	
+
 	/* Block device */
 	inst bd bd;
-	
+
 	/* VFS server */
 	inst vfs vfs;
-	
+
 	/* Console */
 	inst console console;
-	
+
 	/* Kernel log */
 	inst kio kio;
-	
+
 	[/uspace/lib/libc/bind%ns]
 	[/uspace/lib/libc/bind%loader]
@@ -31,5 +31,5 @@
 	[/uspace/lib/libc/bind%console]
 	[/uspace/lib/libc/bind%kio]
-	
+
 	bind ns:kbd to console:kbd;
 	bind ns:fb to console:fb;
@@ -39,23 +39,23 @@
 	bind ns:devmap_client to devmap:devmap_client;
 	bind ns:loader to loader:loader;
-	
+
 	bind loader:ns to ns:ns;
-	
+
 	bind devmap:ns to ns:ns;
 	bind devmap:rd to bd:rd;
 	bind devmap:console to console:console;
-	
+
 	bind bd:ns to ns:ns;
 	bind bd:devmap_driver to devmap:devmap_driver;
-	
+
 	bind vfs:ns to ns:ns;
 	bind vfs:rd to bd:rd;
 	bind vfs:devmap_client to devmap:devmap_client;
 	bind vfs:device to console:console;
-	
+
 	bind console:ns to ns:ns;
 	bind console:devmap_driver to devmap:devmap_driver;
 	bind console:sys_console to kernel:sys_console;
-	
+
 	bind kio:ns to ns:ns;
 };
