summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-12-15 00:29:45 +0100
committerArnaud Fontaine <arnau@debian.org>2010-08-09 16:06:30 -0500
commitdf659f7ae62fecd43a0151bdf1763defd2d05575 (patch)
tree7747f30c50bf84fdd806ee5e3c9a91b85bda1473
parent5e105fa618bfd47dbcade6902d91405e4336be82 (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