change tab to space 73/112473/1 accepted/tizen/common/20170201.171818 accepted/tizen/ivi/20170201.090744 accepted/tizen/mobile/20170201.090719 accepted/tizen/unified/20170309.032928 submit/tizen/20170201.063556 submit/tizen_unified/20170308.100407
authorjomui <jongmun.woo@samsung.com>
Wed, 1 Feb 2017 06:30:02 +0000 (15:30 +0900)
committerjomui <jongmun.woo@samsung.com>
Wed, 1 Feb 2017 06:30:23 +0000 (15:30 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Iccea64f98112ed17607a4ea3320b456d83d9c41d

geofence-server/src/geofence_server.c

index 7f94948..77eba2c 100644 (file)
@@ -304,7 +304,7 @@ static int __emit_fence_inout(GeofenceServer *geofence_server, int fence_id, geo
        if (state == GEOFENCE_FENCE_STATE_IN) {
                /*LOGD_GEOFENCE("FENCE_IN to be set, current state: %d", item_data->common_info.status);*/
                if (item_data->common_info.status != GEOFENCE_FENCE_STATE_IN) {
-                       geofence_dbus_server_send_geofence_inout_changed(geofence_server->geofence_dbus_server, item_data->common_info.appid, fence_id, item_data->common_info.access_type, GEOFENCE_EMIT_STATE_IN);
+                       geofence_dbus_server_send_geofence_inout_changed(geofence_server->geofence_dbus_server, item_data->common_info.appid, fence_id, item_data->common_info.access_type, GEOFENCE_EMIT_STATE_IN);
                        if (item_data->client_status == GEOFENCE_CLIENT_STATUS_START)
                                item_data->client_status = GEOFENCE_CLIENT_STATUS_RUNNING;