Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu / uatomic / arm.h
index e0016b8e3153572caac53956df86a5b612481c0c..fd8fe6abfc6c22348a354e49db5e0690a609d514 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _URCU_ARCH_UATOMIC_ARM_H
 #define _URCU_ARCH_UATOMIC_ARM_H
 
-/* 
+/*
  * Atomics for ARM.  This approach is usable on kernels back to 2.6.15.
  *
  * Copyright (c) 1991-1994 by Xerox Corporation.  All rights reserved.
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 /* xchg */
 #define uatomic_xchg(addr, v) __sync_lock_test_and_set(addr, v)
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.022889 seconds and 4 git commands to generate.