Index: uspace/lib/c/arch/ia64/_link.ld.in
===================================================================
--- uspace/lib/c/arch/ia64/_link.ld.in	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/lib/c/arch/ia64/_link.ld.in	(revision 8565a42398543d14e36b2df6f7a70c6237b458f8)
@@ -18,17 +18,17 @@
 	. = 0x4000 + SIZEOF_HEADERS;
 #endif
-	
+
 	/* Workaround proper alignment of the .init section */
 	. = ALIGN(., 16);
-	
+
 	.init : {
 		*(.init);
 	} :text
-	
+
 	.text : {
 		*(.text .text.*);
 		*(.rodata .rodata.*);
 	} :text
-	
+
 #ifdef LOADER
 	.interp : {
@@ -36,7 +36,7 @@
 	} :interp :text
 #endif
-	
+
 	. = . + 0x4000;
-	
+
 	.got : {
 		/* Tell the linker where we expect GP to point. */
@@ -44,5 +44,5 @@
 		*(.got .got.*);
 	} :data
-	
+
 	.data : {
 		*(.opd);
@@ -50,5 +50,5 @@
 		*(.sdata);
 	} :data
-	
+
 	.tdata : {
 		_tdata_start = .;
@@ -59,7 +59,7 @@
 		_tbss_end = .;
 	} :data
-	
+
 	_tls_alignment = ALIGNOF(.tdata);
-	
+
 	.bss : {
 		*(.sbss);
@@ -68,5 +68,5 @@
 		*(.bss);
 	} :data
-	
+
 	/DISCARD/ : {
 		*(*);
