Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu / static / urcu-pointer.h
index 06371e3dd1c066387db5316087346ccf9bbdf80b..28333c57746e927bfc44e06e0a9fcc2b0e4794e2 100644 (file)
@@ -36,7 +36,7 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 /**
  * _rcu_dereference - reads (copy) a RCU-protected pointer to a local variable
@@ -141,7 +141,7 @@ extern "C" {
  */
 #define _rcu_assign_pointer(p, v)      _rcu_set_pointer(&(p), v)
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.022749 seconds and 4 git commands to generate.