summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-12-15 00:29:45 +0100
committerArnaud Fontaine <arfontaine@ITEM-58736.dhcp.oxfd.uk.sopra>2010-02-11 14:47:30 +0000
commit2668e411841ceb637c5acc45fe9cd49d969ce326 (patch)
tree62d6b27e59c06c5cf949b7a2daa743da54c2a973
parent749cb7b570c8dc8d758ffb2cb8bacff6d3994701 (diff)
Make code generated by m4 more readable
-rw-r--r--ewmh/ewmh.c.m42
-rw-r--r--ewmh/xcb_ewmh.h.m46
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