From f755c64de83b64536c4b5a963de43eac74bf470e Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Fri, 21 Dec 2018 10:06:28 -0800 Subject: [PATCH] Fix error from uncrustify v0.68 (#364) --- 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 0b250bf..47c53d2 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