From: Pádraig Brady Date: Wed, 13 Apr 2022 11:19:16 +0000 (+0100) Subject: maint: syntax-check: fix preprocessor indentation X-Git-Tag: v9.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e15cef45de108c803fd090e3123043da5f0a01;p=thirdparty%2Fcoreutils.git maint: syntax-check: fix preprocessor indentation * gl/lib/targetdir.h: Keep '#' at start of line. --- diff --git a/gl/lib/targetdir.h b/gl/lib/targetdir.h index cb6b068359..558853e4d4 100644 --- a/gl/lib/targetdir.h +++ b/gl/lib/targetdir.h @@ -20,7 +20,7 @@ #include #ifndef _GL_INLINE_HEADER_BEGIN - #error "Please include config.h first." +# error "Please include config.h first." #endif _GL_INLINE_HEADER_BEGIN #ifndef TARGETDIR_INLINE