diff options
author | Arnaud Fontaine <arnau@debian.org> | 2009-12-15 00:29:45 +0100 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:22:29 +0900 |
commit | b636664a4d76f7a64b5ea29966e9b1d65fcdf7fa (patch) | |
tree | 0b6a3cca65ee316677e365a98fc54a3be1026c1f /ewmh | |
parent | efdd87e4be6a72fa4c25f71078f773c65c12b659 (diff) |
Make code generated by m4 more readable
Diffstat (limited to 'ewmh')
-rw-r--r-- | ewmh/ewmh.c.m4 | 2 | ||||
-rw-r--r-- | ewmh/xcb_ewmh.h.m4 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ewmh/ewmh.c.m4 b/ewmh/ewmh.c.m4 index f1bfe89..23446b9 100644 --- a/ewmh/ewmh.c.m4 +++ b/ewmh/ewmh.c.m4 @@ -62,7 +62,7 @@ define(`DO', `DO_ENTRY(`$1', `$2')ifelse(`$2', , , `DO(shift($@))')')dnl * its length */ static ewmh_atom_t ewmh_atoms[] = {dnl - include(atomlist.m4)dnl + include(atomlist.m4)dnl }; #define NB_EWMH_ATOMS countof(ewmh_atoms) diff --git a/ewmh/xcb_ewmh.h.m4 b/ewmh/xcb_ewmh.h.m4 index 59ec94c..b9e1b3d 100644 --- a/ewmh/xcb_ewmh.h.m4 +++ b/ewmh/xcb_ewmh.h.m4 @@ -62,9 +62,9 @@ typedef struct { xcb_window_t root; /** The EWMH atoms of this connection */dnl define(`DO', `ifelse(`$1', , , ` - xcb_atom_t $1;DO(shift($@))')')dnl - include(atomlist.m4)dnl - } xcb_ewmh_connection_t; + xcb_atom_t $1;DO(shift($@))')')dnl + include(atomlist.m4)dnl +} xcb_ewmh_connection_t; /** * @brief Hold a GetProperty reply containing a list of Atoms |