[hackers] [dwm] sort include + whitespace fix || Hiltjo Posthuma
commit e941181f464e43765bab98509ef6524e688a46ff
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sun Nov 8 20:38:00 2015 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sun Nov 8 20:38:00 2015 +0100
sort include + whitespace fix
diff --git a/dwm.c b/dwm.c
index 5d64141..9f99640 100644
--- a/dwm.c
+++ b/dwm.c
_AT_@ -22,8 +22,8 @@
*/
#include <errno.h>
#include <locale.h>
-#include <stdarg.h>
#include <signal.h>
+#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
_AT_@ -1435,8 +1435,8 @@ setfocus(Client *c) {
if(!c->neverfocus) {
XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime);
XChangeProperty(dpy, root, netatom[NetActiveWindow],
- XA_WINDOW, 32, PropModeReplace,
- (unsigned char *) &(c->win), 1);
+ XA_WINDOW, 32, PropModeReplace,
+ (unsigned char *) &(c->win), 1);
}
sendevent(c, wmatom[WMTakeFocus]);
}
Received on Sun Nov 08 2015 - 21:11:45 CET
This archive was generated by hypermail 2.3.0
: Sun Nov 08 2015 - 21:12:19 CET