From f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 11 Aug 2001 16:39:07 +0000 Subject: Whitespace --- ext/bcmath/libbcmath/src/bcmath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/bcmath/libbcmath') diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index b7c338c4aa..a6c7627b6b 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -67,8 +67,8 @@ typedef struct bc_struct #undef MIN #undef MAX #endif -#define MAX(a,b) ((a)>(b)?(a):(b)) -#define MIN(a,b) ((a)>(b)?(b):(a)) +#define MAX(a, b) ((a)>(b)?(a):(b)) +#define MIN(a, b) ((a)>(b)?(b):(a)) #define ODD(a) ((a)&1) #ifndef TRUE -- cgit v1.2.1