sixing indent

This commit is contained in:
Clément Le Bihan
2021-06-19 16:03:06 +02:00
parent a0b7141f88
commit 2f76dc359b
+2 -2
View File
@@ -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