From cef412c772ef7923868a13b7a29bf1e4085ed9c9 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Tue, 8 Nov 2011 14:41:15 +0900 Subject: [PATCH] Sync whitespace with upsteam --- src/lib/elc_ctxpopup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 65912c9..d318eda 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -802,9 +802,9 @@ _theme_hook(Evas_Object *obj) if (wd->scr) { if (!strncmp(elm_object_style_get(obj), "default", strlen("default"))) - elm_object_style_set(wd->scr, "ctxpopup"); + elm_object_style_set(wd->scr, "ctxpopup"); else - elm_object_style_set(wd->scr, elm_object_style_get(obj)); + elm_object_style_set(wd->scr, elm_object_style_get(obj)); } if (wd->visible) -- 2.7.4