From 6e02a64e806509f30e8c3ff64087f59c7ee83cb2 Mon Sep 17 00:00:00 2001 From: vng Date: Sat, 11 Feb 2012 00:32:55 +0300 Subject: [PATCH] Formatting fixes. --- indexer/point_to_int64.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/indexer/point_to_int64.cpp b/indexer/point_to_int64.cpp index 1612ec3216..1c082de7fb 100644 --- a/indexer/point_to_int64.cpp +++ b/indexer/point_to_int64.cpp @@ -9,9 +9,7 @@ namespace { - -inline double CoordSize(uint32_t coordBits) { return (1 << coordBits) - 1; } - + inline double CoordSize(uint32_t coordBits) { return (1 << coordBits) - 1; } } m2::PointU PointD2PointU(CoordT x, CoordT y, uint32_t coordBits)