elm main - fix indentation whitespace since iw as the last to touch it

This commit is contained in:
Carsten Haitzler 2016-07-11 17:35:25 +09:00
parent df40586f65
commit 743880a175
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}