Fix indentation 53/89753/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 27 Sep 2016 01:38:54 +0000 (10:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 27 Sep 2016 01:38:54 +0000 (10:38 +0900)
Change-Id: I88461756a840f51a31ef6378a2fa4ee4960bc4b5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/w-input-stt-voice.cpp

index bac5865..c135e4c 100755 (executable)
@@ -965,7 +965,7 @@ static Evas_Object *__get_genlist_item_content(void *data, Evas_Object *obj, con
        Evas_Object * content = NULL;
 
        if (!strcmp(part, "elm.icon") ||
-               !strcmp(part, "elm.swallow.end")) {
+           !strcmp(part, "elm.swallow.end")) {
                content = elm_radio_add(obj);
                elm_object_style_set(content, "list");
                elm_radio_state_value_set(content, index);