From 4dceef9dbae290db9ad8864711876e0bb07cc4e1 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 24 Mar 2015 15:44:14 +0100 Subject: [PATCH] Boyscouting. --- include/criterion/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/criterion/common.h b/include/criterion/common.h index cdeffa9..342e6db 100644 --- a/include/criterion/common.h +++ b/include/criterion/common.h @@ -51,8 +51,8 @@ extern Type SECTION_START_(Name) SECTION_START_SUFFIX(#Name); \ extern Type SECTION_END_(Name) SECTION_END_SUFFIX(#Name) -# define IMPL_SECTION_LIMITS(Type, Name) \ - Type *const SECTION_START(Name) = &SECTION_START_(Name); \ +# define IMPL_SECTION_LIMITS(Type, Name) \ + Type *const SECTION_START(Name) = &SECTION_START_(Name); \ Type *const SECTION_END(Name) = &SECTION_END_(Name) # define UNUSED __attribute__((unused))