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>2015-06-24 19:31:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:34 +0300
commit9041b8bb69d2b94956cf847e508b9c1ad8c5f190 (patch)
tree22f0cce3a8bd7ba9669d3dd3916c72593a466f73 /map/address_finder.cpp
parentd7dfd870746a3e89ade642fd7d2605e753bbdafd (diff)
Review fixes.
Diffstat (limited to 'map/address_finder.cpp')
-rw-r--r--map/address_finder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/address_finder.cpp b/map/address_finder.cpp
index 5497699283..8ccf731ef5 100644
--- a/map/address_finder.cpp
+++ b/map/address_finder.cpp
@@ -189,8 +189,8 @@ namespace
template <size_t count, size_t ind>
void FillMatch(char const * (& arr)[count][ind], vector<uint32_t> & vec)
{
- static_assert (count > 0, "");
- static_assert (ind > 0, "");
+ static_assert(count > 0, "");
+ static_assert(ind > 0, "");
Classificator const & c = classif();