mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
FIX: misspeling and indentation fix
This commit is contained in:
parent
a3e954c0c9
commit
50948c450e
2 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue