Elementary elm_config.c: Removed trailing whitespaces.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 May 2011 16:55:24 +0000 (16:55 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 May 2011 16:55:24 +0000 (16:55 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59370 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_config.c

index 0292f2d..86172c8 100644 (file)
@@ -1438,7 +1438,7 @@ _env_get(void)
         else if ((!strncmp(s, "shot:", 5)))
           eina_stringshare_replace(&_elm_config->engine, s);
      }
-   
+
    s = getenv("ELM_VSYNC");
    if (s) _elm_config->vsync = !!atoi(s);