whitespace and style fixes; from Tiago Cunha and one from me.

This commit is contained in:
okan
2013-07-08 15:46:16 +00:00
parent fbcdce6be9
commit 7a7e5cd592
2 changed files with 2 additions and 4 deletions

View File

@@ -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);