Index: uspace/lib/c/arch/arm32/include/libarch/atomic.h
===================================================================
--- uspace/lib/c/arch/arm32/include/libarch/atomic.h	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/c/arch/arm32/include/libarch/atomic.h	(revision 8565a42398543d14e36b2df6f7a70c6237b458f8)
@@ -49,5 +49,5 @@
 {
 	atomic_count_t ret = 0;
-	
+
 	/*
 	 * The following instructions between labels 1 and 2 constitute a
@@ -75,5 +75,5 @@
 		: "memory"
 	);
-	
+
 	ras_page[0] = 0;
 	asm volatile (
@@ -81,5 +81,5 @@
 	);
 	ras_page[1] = 0xffffffff;
-	
+
 	return ret != 0;
 }
@@ -96,5 +96,5 @@
 {
 	atomic_count_t ret = 0;
-	
+
 	/*
 	 * The following instructions between labels 1 and 2 constitute a
@@ -118,5 +118,5 @@
 		: [imm] "r" (i)
 	);
-	
+
 	ras_page[0] = 0;
 	asm volatile (
@@ -124,5 +124,5 @@
 	);
 	ras_page[1] = 0xffffffff;
-	
+
 	return ret;
 }
