diff options
author | Pádraig Brady <P@draigBrady.com> | 2022-04-13 12:19:16 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2022-04-13 12:21:01 +0100 |
commit | 48e15cef45de108c803fd090e3123043da5f0a01 (patch) | |
tree | 32b97072ee8e19350b8efe303baa9884a4a1f1d7 /gl | |
parent | b411f21414cbfb11bcb42d54e0771b501fa8820f (diff) | |
download | coreutils-48e15cef45de108c803fd090e3123043da5f0a01.tar.gz |
maint: syntax-check: fix preprocessor indentation
* gl/lib/targetdir.h: Keep '#' at start of line.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/lib/targetdir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/targetdir.h b/gl/lib/targetdir.h index cb6b06835..558853e4d 100644 --- a/gl/lib/targetdir.h +++ b/gl/lib/targetdir.h @@ -20,7 +20,7 @@ #include <sys/stat.h> #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 |