summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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