FIX: misspeling and indentation fix

This commit is contained in:
David Vojtek 2018-11-21 12:05:58 +01:00
parent a3e954c0c9
commit 50948c450e
2 changed files with 5 additions and 6 deletions

View file

@ -10,8 +10,7 @@
#define MOCK_MUTEX_HPP_INCLUDED
#include "../config.hpp"
#include <turtle/detail/singleton.hpp>
#include <boost/test/utils/trivial_singleton.hpp>
#include <boost/shared_ptr.hpp>
#ifdef MOCK_THREAD_SAFE
@ -139,4 +138,4 @@ namespace mock
}
} // mock
#endif // MOCK_MUTEX_HPP_INCLUDED
#endif // MOCK_MUTEX_HPP_INCLUDED

View file

@ -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 <boost/config.hpp>
@ -76,5 +76,5 @@ namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); }
#include <boost/test/detail/enable_warnings.hpp>
#endif // MOCK_UTILS_TRIVIAL_SIGNLETON_HPP
#endif // MOCK_UTILS_TRIVIAL_SINGLETON_HPP