Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-09 15:01:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:45 +0300
commit3c2b18cf20452a01b39a8509950e64fd04257015 (patch)
treeff9aa3371e7507cbf26b1a3ad24035e7865b8d02 /indexer
parent24c7f556e1402dbd9f0f6fdddd10e9d54f0067cd (diff)
clang-format
Diffstat (limited to 'indexer')
-rw-r--r--indexer/indexer_tests/test_mwm_set.hpp2
-rw-r--r--indexer/mwm_set.hpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/indexer/indexer_tests/test_mwm_set.hpp b/indexer/indexer_tests/test_mwm_set.hpp
index 436f51802f..5ff84960c6 100644
--- a/indexer/indexer_tests/test_mwm_set.hpp
+++ b/indexer/indexer_tests/test_mwm_set.hpp
@@ -10,10 +10,8 @@
using platform::CountryFile;
using platform::LocalCountryFile;
-
namespace tests
{
-
class MwmValue : public MwmSet::MwmValueBase
{
};
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index 7f28096c09..a8ee7137ef 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -64,7 +64,7 @@ public:
MwmTypeT GetType() const;
/// Returns the lock counter value for test needs.
- uint8_t GetLockCount() {return m_numRefs;}
+ uint8_t GetLockCount() { return m_numRefs; }
private:
inline void SetStatus(Status status) { m_status = status; }