mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
sixing indent
This commit is contained in:
@@ -16,9 +16,9 @@ namespace BBM {
|
||||
|
||||
//! @brief The number of chars for endl
|
||||
#ifdef __linux__
|
||||
static constexpr int endlNbChars = 1;
|
||||
static constexpr int endlNbChars = 1;
|
||||
#elif _WIN32
|
||||
static constexpr int endlNbChars = 2;
|
||||
static constexpr int endlNbChars = 2;
|
||||
#endif
|
||||
|
||||
//!@brief file block of the parser
|
||||
|
||||
Reference in New Issue
Block a user