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:
Diffstat (limited to 'indexer/coding_params.hpp')
-rw-r--r--indexer/coding_params.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/coding_params.hpp b/indexer/coding_params.hpp
index ecc285b6e5..b836b6a09c 100644
--- a/indexer/coding_params.hpp
+++ b/indexer/coding_params.hpp
@@ -1,9 +1,9 @@
#pragma once
+
#include "geometry/point2d.hpp"
#include "coding/varint.hpp"
-
namespace serial
{
class CodingParams
@@ -48,4 +48,4 @@ namespace serial
m2::PointU m_BasePoint;
uint8_t m_CoordBits;
};
-}
+} // namespace serial