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-03-23 14:58:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:44 +0300
commit744796975c3d4690e5745ff23afc3ffdd1857bf1 (patch)
treee05105131ffe60fc7cfb1ede6076b33743756ed6 /indexer/features_offsets_table.cpp
parenta0b92559252de90bb743063beaa3d4ceff893c13 (diff)
clang-format codestyle fixes
Diffstat (limited to 'indexer/features_offsets_table.cpp')
-rw-r--r--indexer/features_offsets_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/features_offsets_table.cpp b/indexer/features_offsets_table.cpp
index d8ecfbca33..6e76cc069f 100644
--- a/indexer/features_offsets_table.cpp
+++ b/indexer/features_offsets_table.cpp
@@ -13,7 +13,7 @@
namespace feature
{
- void FeaturesOffsetsTable::Builder::PushOffset(uint32_t const offset)
+void FeaturesOffsetsTable::Builder::PushOffset(uint32_t const offset)
{
ASSERT(m_offsets.empty() || m_offsets.back() < offset, ());
m_offsets.push_back(offset);