summaryrefslogtreecommitdiff
path: root/lib/safe-read.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-14 12:45:09 +0000
committerJim Meyering <jim@meyering.net>1996-07-14 12:45:09 +0000
commitbf75b72e46b5077babb7f22bbac503517be1d76e (patch)
treee1c4a46229ee960bbfcdbf070134540177b84f9f /lib/safe-read.c
parentdbd0c33f24ae7df4a288b90298f7baea0892f252 (diff)
downloadcoreutils-bf75b72e46b5077babb7f22bbac503517be1d76e.tar.xz
Indent nested CPP-directives.
Diffstat (limited to 'lib/safe-read.c')
-rw-r--r--lib/safe-read.c4
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>