mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Whitespace
This commit is contained in:
parent
bafa98109c
commit
f6f6c4d7e6
49 changed files with 1449 additions and 1443 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue