Choose a style for comment

Be nice with simpler regex



SVN revision: 50972
This commit is contained in:
Lucas De Marchi 2010-08-10 19:12:07 +00:00
parent 53b6a94ea4
commit 04b788e2d7
1 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@ _app_prev(void)
E_Border *bd, *bd2;
Eina_List *apps, *bl;
// go to the next bd in the list and focus it */
// go to the next bd in the list and focus it
bd2 = e_border_focused_get();
apps = __app_list();
if (!apps) return;
@ -485,7 +485,7 @@ _app_next(void)
E_Border *bd, *bd2;
Eina_List *apps, *bl;
// go to the prev bd in the list and focus it */
// go to the prev bd in the list and focus it
bd2 = e_border_focused_get();
apps = __app_list();
if (!apps) return;