forked from organicmaps/organicmaps
Formatting fixes.
This commit is contained in:
parent
5fb210516e
commit
6e02a64e80
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue