aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2013-07-08 15:46:16 +0000
committerokan2013-07-08 15:46:16 +0000
commit72d22295d234444996cb86245dcc179e24adc895 (patch)
treeb73db473f411579510a9f7fa817be6cbdbb4ee86 /xevents.c
parent3a12b3bd01607a277de11b89a622f906055090a7 (diff)
downloadcwm-72d22295d234444996cb86245dcc179e24adc895.tar.gz
whitespace and style fixes; from Tiago Cunha and one from me.
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index 90eaee7..c222e3e 100644
--- a/xevents.c
+++ b/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.85 2013/06/10 21:37:30 okan Exp $
+ * $OpenBSD: xevents.c,v 1.86 2013/07/08 15:46:16 okan Exp $
*/
/*
@@ -357,7 +357,7 @@ xev_handle_clientmessage(XEvent *ee)
client_send_delete(cc);
if (e->message_type == ewmh[_NET_ACTIVE_WINDOW].atom &&
- e->format == 32) {
+ e->format == 32) {
old_cc = client_current();
if (old_cc)
client_ptrsave(old_cc);