elm main - fix indentation whitespace since iw as the last to touch it
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 11 Jul 2016 08:35:25 +0000 (17:35 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 11 Jul 2016 08:35:25 +0000 (17:35 +0900)
src/lib/elementary/elm_main.c

index 53acd56..ccce58a 100644 (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;
 }