From c811d3be703f676958a80d5516b0b9b5f706bf6d Mon Sep 17 00:00:00 2001 From: Florian Fleissner Date: Mon, 25 Dec 2017 11:10:41 +0100 Subject: [PATCH] Fixed style errors --- src/macro_helpers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/macro_helpers.h b/src/macro_helpers.h index c63f47bb..c24c9ac5 100644 --- a/src/macro_helpers.h +++ b/src/macro_helpers.h @@ -28,7 +28,7 @@ #define __NN__ // Some auxiliary macros -// +// #define __STRINGIZE(S) #S #define STRINGIZE(S) __STRINGIZE(S) @@ -49,10 +49,10 @@ __NL__ "\n***************************************************************" \ __NL__ "\n" #define VERBOSE_FILE_INFO \ -__NL__ "\nFile: " __FILE__ +__NL__ "\nFile: " __FILE__ #define VERBOSE_LINE_INFO \ -__NL__ "\nLine: " STRINGIZE(__LINE__) +__NL__ "\nLine: " STRINGIZE(__LINE__) // The macro function RESTRICT_ARGS_COUNT can be used to generate more // verbose error messages when users supply an insuitable number of arguments