fix my coding style errors...

SVN revision: 46362
This commit is contained in:
Gustavo Sverzut Barbieri 2010-02-22 20:09:44 +00:00
parent 054da5beeb
commit 10b90e46c6
1 changed files with 7 additions and 6 deletions

View File

@ -174,7 +174,8 @@ _ecore_glib_select(int ecore_fds, fd_set *rfds, fd_set *wfds, fd_set *efds, stru
if (g_main_context_acquire(ctx))
g_mutex_lock(mutex);
else {
else
{
if (!_ecore_glib_cond)
_ecore_glib_cond = g_cond_new();