From: jomui Date: Tue, 8 Nov 2016 01:39:02 +0000 (+0900) Subject: fixed as coding rule X-Git-Tag: accepted/tizen/3.0/common/20161116.144245^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F96107%2F1;p=platform%2Fcore%2Flocation%2Fmaps-plugin-mapzen.git fixed as coding rule Signed-off-by: jomui Change-Id: I27a4b60bae6ebde97b71f93f909ecca58d472e89 --- diff --git a/src/mapzen/tangram/tangram.h b/src/mapzen/tangram/tangram.h index 2841a2f..abb1e56 100644 --- a/src/mapzen/tangram/tangram.h +++ b/src/mapzen/tangram/tangram.h @@ -30,7 +30,6 @@ enum class EaseType : char { }; class Map { - public: // Create an empty map object. To display a map, call either loadScene() or loadSceneAsync(). @@ -240,7 +239,6 @@ private: class Impl; std::unique_ptr impl; - }; enum DebugFlags { diff --git a/src/mapzen/tangram_view.cpp b/src/mapzen/tangram_view.cpp index 8b457ae..2abf376 100644 --- a/src/mapzen/tangram_view.cpp +++ b/src/mapzen/tangram_view.cpp @@ -690,7 +690,6 @@ mapzen_error_e TangramView::updateMarker(maps_view_object_h object, Tangram::Mar error = maps_view_object_marker_get_z_order(object, &drawOrder); if (error != MAPS_ERROR_NONE) { break; } m_map->markerSetDrawOrder(tvMarker, drawOrder); - } while (0); return (mapzen_error_e)convert_maps_error_to_mapzen_error(error);