From: Jim Meyering Date: Thu, 9 Nov 1995 23:27:32 +0000 (+0000) Subject: indent. X-Git-Tag: TEXTUTILS-1_13F~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31856b16c3dc0ef3053c197bb998837c16d610f6;p=thirdparty%2Fcoreutils.git indent. --- diff --git a/src/chmod.c b/src/chmod.c index b8f2871b8c..eb7116b0d0 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;