changeset 644:487fc63bcce9

formatting...
author Jim Meyering <jim@meyering.net>
date Sun, 14 Jul 1996 19:09:41 +0000
parents 445ed4d1d4f8
children 6493405ce27a
files lib/makepath.h
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lib/makepath.h
+++ b/lib/makepath.h
@@ -1,15 +1,15 @@
 #if __STDC__
-#undef __P
-#define __P(args) args
+# undef __P
+# define __P(args) args
 #else
-#define __P(args) ()
+# define __P(args) ()
 #endif
 
 int
-  make_path __P ((const char *_argpath,
-		  int _mode,
-		  int _parent_mode,
-		  uid_t _owner,
-		  gid_t _group,
-		  int _preserve_existing,
-		  const char *_verbose_fmt_string));
+make_path __P ((const char *_argpath,
+		int _mode,
+		int _parent_mode,
+		uid_t _owner,
+		gid_t _group,
+		int _preserve_existing,
+		const char *_verbose_fmt_string));