From 2f76dc359bdeb761185977cf3136e924061778c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sat, 19 Jun 2021 16:03:06 +0200 Subject: [PATCH] sixing indent --- sources/Parser/ParserYaml.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/Parser/ParserYaml.hpp b/sources/Parser/ParserYaml.hpp index d4a350da..ff8a73f6 100644 --- a/sources/Parser/ParserYaml.hpp +++ b/sources/Parser/ParserYaml.hpp @@ -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