diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-09 23:27:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-09 23:27:32 +0000 |
commit | 31856b16c3dc0ef3053c197bb998837c16d610f6 (patch) | |
tree | f7302db77b1baf35dc81ab83cbb6dc39c025c958 /src | |
parent | 6732422b97542cf7512da0f6c00b7054086e1e76 (diff) | |
download | coreutils-31856b16c3dc0ef3053c197bb998837c16d610f6.tar.xz |
indent.
Diffstat (limited to 'src')
-rw-r--r-- | src/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c index b8f2871b8..eb7116b0d 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -40,7 +40,7 @@ char *xmalloc (); char *xrealloc (); static int change_dir_mode __P ((char *dir, struct mode_change *changes, - struct stat *statp)); + struct stat *statp)); /* The name the program was run with. */ char *program_name; |