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/getusershell.c | |
| parent | . (diff) | |
| download | coreutils-19bff1c02d0e0fb32cd11c21db739e8338a757c6.tar.gz coreutils-19bff1c02d0e0fb32cd11c21db739e8338a757c6.zip | |
indent cpp-directives
Diffstat (limited to 'lib/getusershell.c')
| -rw-r--r-- | lib/getusershell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/getusershell.c b/lib/getusershell.c index f11bde61d..dfed7a6c4 100644 --- a/lib/getusershell.c +++ b/lib/getusershell.c @@ -18,19 +18,19 @@ /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ #ifdef HAVE_CONFIG_H -#include <config.h> +# include <config.h> #endif #ifndef SHELLS_FILE /* File containing a list of nonrestricted shells, one per line. */ -#define SHELLS_FILE "/etc/shells" +# define SHELLS_FILE "/etc/shells" #endif #include <stdio.h> #include <ctype.h> #ifdef STDC_HEADERS -#include <stdlib.h> +# include <stdlib.h> #else char *malloc (); char *realloc (); |
