elementary/win - just removed white space

SVN revision: 59357
This commit is contained in:
ChunEon Park 2011-05-13 02:50:00 +00:00
parent f28e056f58
commit 0c8d182135
1 changed files with 1 additions and 1 deletions

View File

@ -1373,7 +1373,7 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
{
int opt[10];
int opt_i = 0;
if (_elm_config->vsync)
{
opt[opt_i] = ECORE_EVAS_GL_X11_OPT_VSYNC;