From ad918eeb98d1ac8b12015050ee60b488e850ac0d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 13 Jul 2010 18:21:10 -0400 Subject: [PATCH] urcu static coding style fix (whitespace) Signed-off-by: Mathieu Desnoyers --- urcu-static.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urcu-static.h b/urcu-static.h index 56c853d..dce15b7 100644 --- a/urcu-static.h +++ b/urcu-static.h @@ -296,7 +296,7 @@ static inline void _rcu_read_unlock(void) } } -#ifdef __cplusplus +#ifdef __cplusplus } #endif -- 2.34.1