diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-14 12:45:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-14 12:45:09 +0000 |
commit | bf75b72e46b5077babb7f22bbac503517be1d76e (patch) | |
tree | e1c4a46229ee960bbfcdbf070134540177b84f9f /lib | |
parent | dbd0c33f24ae7df4a288b90298f7baea0892f252 (diff) | |
download | coreutils-bf75b72e46b5077babb7f22bbac503517be1d76e.tar.xz |
Indent nested CPP-directives.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/safe-read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/safe-read.c b/lib/safe-read.c index 93d35e4fa..aea32bed5 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -17,13 +17,13 @@ */ #ifdef HAVE_CONFIG_H -#include <config.h> +# include <config.h> #endif #include <sys/types.h> #ifdef HAVE_UNISTD_H -#include <unistd.h> +# include <unistd.h> #endif #include <errno.h> |