From 98ec3dfc3b900950908b054af99314283f2fbdc4 Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Tue, 10 Apr 2018 21:35:24 +0300 Subject: clang-format --- storage/country_polygon.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'storage') 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 void Read(TSource & src, CountryDef & p) +template +void Read(TSource & src, CountryDef & p) { rw::Read(src, p.m_countryId); @@ -19,7 +20,8 @@ template void Read(TSource & src, CountryDef & p) p.m_rect = Int64ToRectObsolete(r, serial::GeometryCodingParams().GetCoordBits()); } -template void Write(TSink & sink, CountryDef const & p) +template +void Write(TSink & sink, CountryDef const & p) { rw::Write(sink, p.m_countryId); -- cgit v1.2.3