1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 17:08:20 +02:00

Indent nested CPP-directives.

This commit is contained in:
Jim Meyering
1996-07-14 12:45:09 +00:00
parent dbd0c33f24
commit bf75b72e46
+2 -2
View File
@@ -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>