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:
authorvng <viktor.govako@gmail.com>2016-04-18 16:46:02 +0300
committervng <viktor.govako@gmail.com>2016-04-18 16:46:02 +0300
commite6f7944dd4833a94757bb918cd6edb7662522c4b (patch)
tree46486a17736d1406f8d6ddd379acf7a21958cb41 /indexer/drawing_rules.cpp
parentd66e797c27b890942823ac33cf3150a9bd5036bc (diff)
Review fixes.
Diffstat (limited to 'indexer/drawing_rules.cpp')
-rw-r--r--indexer/drawing_rules.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/indexer/drawing_rules.cpp b/indexer/drawing_rules.cpp
index 6fae8f7937..774743528a 100644
--- a/indexer/drawing_rules.cpp
+++ b/indexer/drawing_rules.cpp
@@ -29,9 +29,10 @@ namespace
return drule::text_type_name;
}
-}
+} // namespace
-namespace drule {
+namespace drule
+{
BaseRule::BaseRule() : m_type(node | way)
{}
@@ -192,7 +193,7 @@ RulesHolder & rules(MapStyle mapStyle)
static RulesHolder h[MapStyleCount];
return h[mapStyle];
}
-}
+} // namespace
RulesHolder & rules()
{
@@ -459,7 +460,7 @@ namespace
m_names.pop_back();
}
};
-}
+} // namespace
void RulesHolder::InitBackgroundColors(ContainerProto const & cont)
{
@@ -532,4 +533,4 @@ void LoadRules()
rules().LoadFromBinaryProto(buffer);
}
-}
+} // namespace drule