Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu-pointer.h
index 18ea99ecf3808ddcbc81aa29f033c815d4483381..dc1a0dac60718b15d1f8eb844b3feca315dd4068 100644 (file)
@@ -32,7 +32,7 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 #if defined(_LGPL_SOURCE) || defined(URCU_INLINE_SMALL_FUNCTIONS)
 
@@ -122,7 +122,7 @@ extern void *rcu_set_pointer_sym(void **p, void *v);
  */
 #define rcu_assign_pointer(p, v)       rcu_set_pointer((&p), (v))
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.022377 seconds and 4 git commands to generate.