From 2972e2f728aae0ebd4a689628856a8e6d4295bac Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Nov 2009 14:20:39 -0500 Subject: [PATCH] Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5 --- openbox/actions/execute.c | 6 +++--- 1 file 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; -- 2.39.2