mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Little code style tweaks
Let the code be more conformant to current style. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -47,7 +47,6 @@ const std::string EngineVersion = "";
|
||||
|
||||
#define Min(x, y) (((x) < (y))? (x) : (y))
|
||||
#define Max(x, y) (((x) < (y))? (y) : (x))
|
||||
#define Abs(a) (((a) < 0) ? -(a) : (a))
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user