aboutsummaryrefslogtreecommitdiff
path: root/i3-config-wizard
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2014-06-19 11:20:32 +0200
committerMichael Stapelberg <michael@stapelberg.de>2014-06-19 11:20:32 +0200
commit4c06e7a573e450329212b28a3b8f4a5e89b326d4 (patch)
tree009e984b8de9a3e186f239055ff0c5e4fe9e3999 /i3-config-wizard
parent4211274fcd028a8e33a084e5695290ae0e9f3020 (diff)
downloadi3-4c06e7a573e450329212b28a3b8f4a5e89b326d4.tar.gz
i3-4c06e7a573e450329212b28a3b8f4a5e89b326d4.zip
clang-format-3.5 **/*.h **/*.c
This should be the last commit that formats a big bunch of files. From here on, whenever I merge patches, I’ll run clang-format like described in the title.
Diffstat (limited to 'i3-config-wizard')
-rw-r--r--i3-config-wizard/xcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3-config-wizard/xcb.h b/i3-config-wizard/xcb.h
index d51f979a..f3e204e8 100644
--- a/i3-config-wizard/xcb.h
+++ b/i3-config-wizard/xcb.h
@@ -1,8 +1,8 @@
#pragma once
/* from X11/keysymdef.h */
-#define XCB_NUM_LOCK 0xff7f
+#define XCB_NUM_LOCK 0xff7f
-#define xmacro(atom) xcb_atom_t A_ ## atom;
+#define xmacro(atom) xcb_atom_t A_##atom;
#include "atoms.xmacro"
#undef xmacro