diff options
| author | Jim Meyering <jim@meyering.net> | 1996-07-15 03:56:06 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1996-07-15 03:56:06 +0000 |
| commit | 19bff1c02d0e0fb32cd11c21db739e8338a757c6 (patch) | |
| tree | 500fb4d19edca1f7a6c03fd66329d2ae8a61118b /lib/gethostname.c | |
| parent | . (diff) | |
| download | coreutils-19bff1c02d0e0fb32cd11c21db739e8338a757c6.tar.gz coreutils-19bff1c02d0e0fb32cd11c21db739e8338a757c6.zip | |
indent cpp-directives
Diffstat (limited to 'lib/gethostname.c')
| -rw-r--r-- | lib/gethostname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gethostname.c b/lib/gethostname.c index e37e72189..3d66dc936 100644 --- a/lib/gethostname.c +++ b/lib/gethostname.c @@ -18,11 +18,11 @@ /* David MacKenzie <djm@gnu.ai.mit.edu> */ #ifdef HAVE_CONFIG_H -#include <config.h> +# include <config.h> #endif #ifdef HAVE_UNAME -#include <sys/utsname.h> +# include <sys/utsname.h> #endif /* Put up to LEN chars of the host name into NAME. |
