From: Dana Jansens Date: Sat, 21 Nov 2009 19:20:39 +0000 (-0500) Subject: Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5 X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2972e2f728aae0ebd4a689628856a8e6d4295bac;p=chaz%2Fopenbox Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5 --- diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c index 376eee53..4d29fc19 100644 --- a/openbox/actions/execute.c +++ b/openbox/actions/execute.c @@ -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;