defs.m4: Remove spurious initial space.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Jul 2015 20:33:11 +0000 (21:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Jul 2015 20:33:11 +0000 (21:33 +0100)
defs.m4

diff --git a/defs.m4 b/defs.m4
index 370c2d3..30d3fe9 100644 (file)
--- a/defs.m4
+++ b/defs.m4
@@ -117,7 +117,7 @@ m4_ifdef(<:_head:$1/$2:>, <:<:##:> m4_indir(<:_head:$1/$2:>)
 ## An ACL action to add the given HDRS, which are a `\n'-terminated list of
 ## new header lines.
 m4_define(<:ADD_HEADER:>, <:m4_dnl
- set   acl_m_hdradd = ${if def:acl_m_hdradd{$acl_m_hdradd}{}}$1\n:>)
+set    acl_m_hdradd = ${if def:acl_m_hdradd{$acl_m_hdradd}{}}$1\n:>)
 
 ## RENAME_HEADERS_ADD(list)
 ##