From 271bcfc4e7d98aafb59b6e67399244f635ee74e8 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 8 Jan 2004 07:54:00 +0000 Subject: indent -i4 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1473 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/externs.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'innbbsd/externs.h') diff --git a/innbbsd/externs.h b/innbbsd/externs.h index 2cde1141..84a59e8c 100644 --- a/innbbsd/externs.h +++ b/innbbsd/externs.h @@ -1,16 +1,16 @@ #ifndef EXTERNS_H #define EXTERNS_H -# ifndef ARG -# ifdef __STDC__ -# define ARG(x) x -# else -# define ARG(x) () -# endif -# endif +#ifndef ARG +#ifdef __STDC__ +#define ARG(x) x +#else +#define ARG(x) () +#endif +#endif -char *fileglue ARG((char *, ...)); -char *ascii_date ARG(()); -char **split ARG((char *, char *)); +char *fileglue ARG((char *,...)); +char *ascii_date ARG(()); +char **split ARG((char *, char *)); #endif -- cgit v1.2.3