From 16cf5212ceb3ed963c35a2f04b97b949ea06f289 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Wed, 19 Dec 2018 11:54:32 -0800 Subject: [PATCH] Fix error from uncrustify v0.68 --- rcl/src/rcl/rmw_implementation_identifier_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/src/rcl/rmw_implementation_identifier_check.c b/rcl/src/rcl/rmw_implementation_identifier_check.c index 0b250bf16..47c53d289 100644 --- a/rcl/src/rcl/rmw_implementation_identifier_check.c +++ b/rcl/src/rcl/rmw_implementation_identifier_check.c @@ -38,7 +38,7 @@ extern "C" #pragma section(".CRT$XCU", read) #define INITIALIZER2_(f, p) \ static void f(void); \ - __declspec(allocate(".CRT$XCU")) void(*f ## _)(void) = f; \ + __declspec(allocate(".CRT$XCU"))void(*f ## _)(void) = f; \ __pragma(comment(linker, "/include:" p #f "_")) \ static void f(void) #ifdef _WIN64