Fix spacing from 8f37a97a4c

This commit is contained in:
Dana Jansens 2009-11-21 14:20:39 -05:00
parent 0b6f0942c4
commit 2972e2f728

View file

@ -169,9 +169,9 @@ static gboolean run_func(ObActionsData *data, gpointer options)
before = c + 4; /* 4 = strlen("$pid") */
}
else if ((c[1] == 'w' || c[1] == 'W') &&
(c[2] == 'i' || c[2] == 'I') &&
(c[3] == 'd' || c[3] == 'D') &&
!g_ascii_isalnum(c[4]))
(c[2] == 'i' || c[2] == 'I') &&
(c[3] == 'd' || c[3] == 'D') &&
!g_ascii_isalnum(c[4]))
{
/* found $wid */
gchar *tmp;