Remove a bunch of wasted white space.

SVN revision: 44235
This commit is contained in:
Christopher Michael 2009-12-07 03:06:50 +00:00
parent 4811502558
commit 254915c86e
1 changed files with 88 additions and 87 deletions

View File

@ -1301,6 +1301,7 @@ Ecore_Exe *
_ecore_exe_find(pid_t pid) _ecore_exe_find(pid_t pid)
{ {
Ecore_Exe *exe; Ecore_Exe *exe;
EINA_INLIST_FOREACH(exes, exe) EINA_INLIST_FOREACH(exes, exe)
{ {
if (exe->pid == pid) if (exe->pid == pid)