diff options
author | Nandan SR <nandan.sr@samsung.com> | 2013-05-27 12:23:32 +0900 |
---|---|---|
committer | Nandan SR <nandan.sr@samsung.com> | 2013-05-27 12:23:32 +0900 |
commit | e3799ba633cbc9ad4fa76878195e7fc959412e86 (patch) | |
tree | 8068718b2ce69182d1bd01c2b4c16e90a93ae7d2 /src/FLoc_MathUtils.cpp | |
parent | 04d78efa10e4dbedc3f127b1b6300256a6e9791f (diff) | |
download | locations-e3799ba633cbc9ad4fa76878195e7fc959412e86.tar.gz locations-e3799ba633cbc9ad4fa76878195e7fc959412e86.tar.bz2 locations-e3799ba633cbc9ad4fa76878195e7fc959412e86.zip |
Usage of core alarm, Removal of Wait loop in sync location request, Fixed the memory leak, Run uncrustify
Change-Id: Id689230380ed0a9e9160273a97e32446e1e2d34b
Signed-off-by: Nandan SR <nandan.sr@samsung.com>
Diffstat (limited to 'src/FLoc_MathUtils.cpp')
-rw-r--r-- | src/FLoc_MathUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FLoc_MathUtils.cpp b/src/FLoc_MathUtils.cpp index f7f1c54..f050a6a 100644 --- a/src/FLoc_MathUtils.cpp +++ b/src/FLoc_MathUtils.cpp @@ -77,7 +77,7 @@ _MathUtils::GetShortestDistance(const Location& location, const Tizen::Base::Col for (int i = 0; i < count; i++) { - const _RegionInfo* pRegionInfo = static_cast<const _RegionInfo*> (regionList.GetAt(i)); + const _RegionInfo* pRegionInfo = static_cast< const _RegionInfo* >(regionList.GetAt(i)); if (pRegionInfo) { Coordinates regionCoordinate = pRegionInfo->GetCoordinate(); |