diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2015-07-01 14:36:43 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2015-07-01 14:36:43 +0000 |
commit | 289bb94330651efd0df46a917b9951520d855f68 (patch) | |
tree | e5d2d72529d1fce266ff4b9e8ee378e2ffa02076 /app/cwm/xevents.c | |
parent | 8f41e3af5849319e087f9458e38ee69c6c05aa04 (diff) |
style
Diffstat (limited to 'app/cwm/xevents.c')
-rw-r--r-- | app/cwm/xevents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/xevents.c b/app/cwm/xevents.c index 2b762ece0..f270ace47 100644 --- a/app/cwm/xevents.c +++ b/app/cwm/xevents.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xevents.c,v 1.117 2015/06/30 14:01:43 okan Exp $ + * $OpenBSD: xevents.c,v 1.118 2015/07/01 14:36:42 okan Exp $ */ /* @@ -279,7 +279,7 @@ xev_handle_keypress(XEvent *ee) if ((kb->modmask | modshift) != e->state) continue; - if (kb->press.keysym == (modshift == 0 ? keysym : skeysym)) + if (kb->press.keysym == ((modshift == 0) ? keysym : skeysym)) break; } |