Index: uspace/lib/c/arch/ia32/_link.ld.in
===================================================================
--- uspace/lib/c/arch/ia32/_link.ld.in	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/lib/c/arch/ia32/_link.ld.in	(revision f1380b76772fb5d1aa03637b5e57bd9b929fea61)
@@ -25,14 +25,14 @@
 	. = 0x1000 + SIZEOF_HEADERS;
 #endif
-	
+
 	.init : {
 		*(.init);
 	} :text
-	
+
 	.text : {
 		*(.text .text.*);
 		*(.rodata .rodata.*);
 	} :text
-	
+
 #if defined(SHLIB) || defined(DLEXE)
 	.rel.plt : {
@@ -46,22 +46,22 @@
 		*(.rel.*);
 	} :text
-	
+
 	.plt : {
 		*(.plt);
 	} :text
-	
+
 	.dynsym : {
 		*(.dynsym);
 	} :text
-	
+
 	.dynstr : {
 		*(.dynstr);
 	} :text
-	
+
 	.hash : {
 		*(.hash);
 	} :text
 #endif
-	
+
 #if defined(LOADER) || defined(DLEXE)
 	.interp : {
@@ -69,7 +69,7 @@
 	} :interp :text
 #endif
-	
+
 	. = . + 0x1000;
-	
+
 #if defined(SHLIB) || defined(DLEXE)
 	.dynamic : {
@@ -77,23 +77,23 @@
 	} :data :dynamic
 #endif
-	
+
 	.data : {
 		*(.data);
 	} :data
-	
+
 #if defined(SHLIB) || defined(DLEXE)
 	.data.rel : {
 		*(.data.rel .data.rel.*);
 	} :data
-	
+
 	.got : {
 		*(.got);
 	} :data
-	
+
 	.got.plt : {
 		*(.got.plt);
 	} :data
 #endif
-	
+
 	.tdata : {
 		_tdata_start = .;
@@ -107,7 +107,7 @@
 		_tbss_end = .;
 	} :data :tls
-	
+
 	_tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
-	
+
 	.bss : {
 		*(.dynbss);
@@ -115,5 +115,5 @@
 		*(.bss);
 	} :data
-	
+
 #ifdef CONFIG_LINE_DEBUG
 	.comment 0 : { *(.comment); } :debug
@@ -128,5 +128,5 @@
 	.debug_str 0 : { *(.debug_str); } :debug
 #endif
-	
+
 	/DISCARD/ : {
 		*(*);
