Skip to content

Commit

Permalink
Fix error from uncrustify v0.68 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron authored Dec 21, 2018
1 parent 6b6c0fe commit f755c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/src/rcl/rmw_implementation_identifier_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f755c64

Please sign in to comment.