From b5785e77040b6af74073062ce5f7ae163596a07b Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 27 Sep 2016 10:38:54 +0900 Subject: [PATCH] Fix indentation Change-Id: I88461756a840f51a31ef6378a2fa4ee4960bc4b5 Signed-off-by: Jihoon Kim --- src/w-input-stt-voice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w-input-stt-voice.cpp b/src/w-input-stt-voice.cpp index bac5865..c135e4c 100755 --- a/src/w-input-stt-voice.cpp +++ b/src/w-input-stt-voice.cpp @@ -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); -- 2.7.4