From 64bbcdd64a418e8304aa358fe0c24c691abd7e78 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 21 Feb 2026 17:08:44 +0100 Subject: [PATCH] Formatting --- Bin2CPP/Sources/Bin2CPPLib/Generator.cpp | 4 ++-- Bin2CPP/Sources/Bin2CPPLib/Include/Generator.hpp | 2 +- Bin2CPP/Tests/Bin2CPPLib/Generator.cpp | 4 ++-- Bin2CPP/Tests/Bin2CPPLib/Log.cpp | 4 ++-- Bin2CPP/Tests/Bin2CPPLib/Singleton.cpp | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Bin2CPP/Sources/Bin2CPPLib/Generator.cpp b/Bin2CPP/Sources/Bin2CPPLib/Generator.cpp index 1a60466..64f752e 100644 --- a/Bin2CPP/Sources/Bin2CPPLib/Generator.cpp +++ b/Bin2CPP/Sources/Bin2CPPLib/Generator.cpp @@ -1,5 +1,5 @@ /********************************************************************* -* \file Generator.cpp + * \file Generator.cpp * * \author Romain BOULLARD * \date February 2026 @@ -9,4 +9,4 @@ namespace Bin2CPP { -} // namespace Bin2CPP \ No newline at end of file +} // namespace Bin2CPP diff --git a/Bin2CPP/Sources/Bin2CPPLib/Include/Generator.hpp b/Bin2CPP/Sources/Bin2CPPLib/Include/Generator.hpp index db05dd8..625f319 100644 --- a/Bin2CPP/Sources/Bin2CPPLib/Include/Generator.hpp +++ b/Bin2CPP/Sources/Bin2CPPLib/Include/Generator.hpp @@ -11,4 +11,4 @@ namespace Bin2CPP { } // namespace Bin2CPP -#endif \ No newline at end of file +#endif diff --git a/Bin2CPP/Tests/Bin2CPPLib/Generator.cpp b/Bin2CPP/Tests/Bin2CPPLib/Generator.cpp index 25d72ca..e7e7dec 100644 --- a/Bin2CPP/Tests/Bin2CPPLib/Generator.cpp +++ b/Bin2CPP/Tests/Bin2CPPLib/Generator.cpp @@ -1,5 +1,5 @@ /********************************************************************* -* \file Generator.cpp + * \file Generator.cpp * * \author Romain BOULLARD * \date February 2026 @@ -14,7 +14,7 @@ namespace Bin2CPP { class GeneratorFixture: public ::testing::Test { -protected: + protected: Singleton::Lifetime m_lifetime; }; } // namespace Bin2CPP diff --git a/Bin2CPP/Tests/Bin2CPPLib/Log.cpp b/Bin2CPP/Tests/Bin2CPPLib/Log.cpp index 5cf401c..17f609f 100644 --- a/Bin2CPP/Tests/Bin2CPPLib/Log.cpp +++ b/Bin2CPP/Tests/Bin2CPPLib/Log.cpp @@ -1,5 +1,5 @@ /********************************************************************* -* \file Log.cpp + * \file Log.cpp * * \author Romain BOULLARD * \date February 2026 @@ -12,7 +12,7 @@ namespace Bin2CPP { class LogFixture: public ::testing::Test { -protected: + protected: Log m_log; }; diff --git a/Bin2CPP/Tests/Bin2CPPLib/Singleton.cpp b/Bin2CPP/Tests/Bin2CPPLib/Singleton.cpp index 47dabe7..490d7b5 100644 --- a/Bin2CPP/Tests/Bin2CPPLib/Singleton.cpp +++ b/Bin2CPP/Tests/Bin2CPPLib/Singleton.cpp @@ -13,7 +13,7 @@ namespace Bin2CPP class SingletonFixture: public ::testing::Test { protected: - Singleton::Lifetime m_lifetime{8}; + Singleton::Lifetime m_lifetime {8}; }; /****************************************************************************************/