From 50948c450ed6d6506ba5bc19dff39cdbbe21beee Mon Sep 17 00:00:00 2001 From: David Vojtek Date: Wed, 21 Nov 2018 12:05:58 +0100 Subject: [PATCH] FIX: misspeling and indentation fix --- include/turtle/detail/mutex.hpp | 5 ++--- include/turtle/detail/singleton.hpp | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/include/turtle/detail/mutex.hpp b/include/turtle/detail/mutex.hpp index 3a32be6..6bb6e1e 100644 --- a/include/turtle/detail/mutex.hpp +++ b/include/turtle/detail/mutex.hpp @@ -10,8 +10,7 @@ #define MOCK_MUTEX_HPP_INCLUDED #include "../config.hpp" -#include - +#include #include #ifdef MOCK_THREAD_SAFE @@ -139,4 +138,4 @@ namespace mock } } // mock -#endif // MOCK_MUTEX_HPP_INCLUDED +#endif // MOCK_MUTEX_HPP_INCLUDED \ No newline at end of file diff --git a/include/turtle/detail/singleton.hpp b/include/turtle/detail/singleton.hpp index c2f79fc..7341465 100644 --- a/include/turtle/detail/singleton.hpp +++ b/include/turtle/detail/singleton.hpp @@ -12,8 +12,8 @@ // Description : simple helpers for creating cusom output manipulators // *************************************************************************** -#ifndef MOCK_UTILS_TRIVIAL_SIGNLETON_HPP -#define MOCK_UTILS_TRIVIAL_SIGNLETON_HPP +#ifndef MOCK_UTILS_TRIVIAL_SINGLETON_HPP +#define MOCK_UTILS_TRIVIAL_SINGLETON_HPP // Boost.Test #include @@ -76,5 +76,5 @@ namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); } #include -#endif // MOCK_UTILS_TRIVIAL_SIGNLETON_HPP +#endif // MOCK_UTILS_TRIVIAL_SINGLETON_HPP