From df862591423465b18e3325fcbc99049788336dfe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Jul 1996 19:09:41 +0000 Subject: [PATCH] formatting... --- lib/makepath.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/makepath.h b/lib/makepath.h index 2756446c84..1d8097d391 100644 --- 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)); -- 2.30.2