From b636664a4d76f7a64b5ea29966e9b1d65fcdf7fa Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Tue, 15 Dec 2009 00:29:45 +0100 Subject: Make code generated by m4 more readable --- ewmh/ewmh.c.m4 | 2 +- ewmh/xcb_ewmh.h.m4 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ewmh') 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 -- cgit v1.2.3