From: Carsten Haitzler (Rasterman) Date: Mon, 11 Jul 2016 08:35:25 +0000 (+0900) Subject: elm main - fix indentation whitespace since iw as the last to touch it X-Git-Tag: upstream/1.20.0~5258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=743880a1754ca8b6f0c96d84eae79d758bb05d31;p=platform%2Fupstream%2Fefl.git elm main - fix indentation whitespace since iw as the last to touch it --- diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index 53acd56..ccce58a 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -444,7 +444,7 @@ elm_app_prefix_dir_get(void) { if (app_prefix_dir) return app_prefix_dir; _prefix_check(); - if (!app_pfx) return ""; + if (!app_pfx) return ""; app_prefix_dir = eina_prefix_get(app_pfx); return app_prefix_dir; }