Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu / uatomic / s390.h
index 32c676e0af590af4e983d61074ca4b8b11ed5441..62561e000224ccb4c71e244a239eab5ac730f70b 100644 (file)
@@ -34,7 +34,7 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 2)
 #define COMPILER_HAVE_SHORT_MEM_OPERAND
@@ -152,7 +152,7 @@ unsigned long _uatomic_cmpxchg(void *addr, unsigned long old,
                                               caa_cast_long_keep_sign(_new),\
                                               sizeof(*(addr)))
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.022869 seconds and 4 git commands to generate.