summaryrefslogtreecommitdiff
path: root/openbox/actions
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-11-21 14:20:39 -0500
committerDana Jansens <danakj@orodu.net>2009-11-21 14:39:54 -0500
commit2972e2f728aae0ebd4a689628856a8e6d4295bac (patch)
tree60609b679e80974a26279feee673c2dfa5e25174 /openbox/actions
parent0b6f0942c4e7fe4c1c88c86bc0e52e05a74fa835 (diff)
Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5
Diffstat (limited to 'openbox/actions')
-rw-r--r--openbox/actions/execute.c6
1 files changed, 3 insertions, 3 deletions
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;