Fixed style errors

pull/275/head
Florian Fleissner 7 years ago
parent e9759ee64a
commit c811d3be70

@ -28,7 +28,7 @@
#define __NN__ #define __NN__
// Some auxiliary macros // Some auxiliary macros
// //
#define __STRINGIZE(S) #S #define __STRINGIZE(S) #S
#define STRINGIZE(S) __STRINGIZE(S) #define STRINGIZE(S) __STRINGIZE(S)
@ -49,10 +49,10 @@ __NL__ "\n***************************************************************" \
__NL__ "\n" __NL__ "\n"
#define VERBOSE_FILE_INFO \ #define VERBOSE_FILE_INFO \
__NL__ "\nFile: " __FILE__ __NL__ "\nFile: " __FILE__
#define VERBOSE_LINE_INFO \ #define VERBOSE_LINE_INFO \
__NL__ "\nLine: " STRINGIZE(__LINE__) __NL__ "\nLine: " STRINGIZE(__LINE__)
// The macro function RESTRICT_ARGS_COUNT can be used to generate more // The macro function RESTRICT_ARGS_COUNT can be used to generate more
// verbose error messages when users supply an insuitable number of arguments // verbose error messages when users supply an insuitable number of arguments

Loading…
Cancel
Save