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:
authorMaxim Pimenov <m@maps.me>2018-04-10 21:35:24 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-11 14:27:47 +0300
commit98ec3dfc3b900950908b054af99314283f2fbdc4 (patch)
treec983b3fcd487e6fdffd2a2062c57e3efab8847b3 /storage
parent0dc0baa25593b462517e0a8e603154dcd917cdc5 (diff)
clang-format
Diffstat (limited to 'storage')
-rw-r--r--storage/country_polygon.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/country_polygon.hpp b/storage/country_polygon.hpp
index 70f1ad0d0c..57f1f896a0 100644
--- a/storage/country_polygon.hpp
+++ b/storage/country_polygon.hpp
@@ -9,7 +9,8 @@
namespace storage
{
-template <class TSource> void Read(TSource & src, CountryDef & p)
+template <class TSource>
+void Read(TSource & src, CountryDef & p)
{
rw::Read(src, p.m_countryId);
@@ -19,7 +20,8 @@ template <class TSource> void Read(TSource & src, CountryDef & p)
p.m_rect = Int64ToRectObsolete(r, serial::GeometryCodingParams().GetCoordBits());
}
-template <class TSink> void Write(TSink & sink, CountryDef const & p)
+template <class TSink>
+void Write(TSink & sink, CountryDef const & p)
{
rw::Write(sink, p.m_countryId);