summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 13:33:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 13:33:01 +0100
commit9f15b9669e02238c3efee3471d5a6f2398559d04 (patch)
tree3ceff7570df8570e5798d593aaea6f30f71410cc /tools
parentbe03dcdf3e6f1e89a4ec226a14d88e0a2d339adc (diff)
parent3302343b9dbe8246e1fda0d75db2145d8a9520bd (diff)
downloadtelepathy-glib-9f15b9669e02238c3efee3471d5a6f2398559d04.tar.gz
Merge branch 'telepathy-glib-0.18', rejecting 0.18-specific changes
Conflicts: NEWS telepathy-glib/base-connection.c telepathy-glib/dbus-properties-mixin.c telepathy-glib/presence-mixin.c tools/c-constants-gen.py
Diffstat (limited to 'tools')
-rw-r--r--tools/glib-gtypes-generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glib-gtypes-generator.py b/tools/glib-gtypes-generator.py
index e5e62904a..21dfc6aa7 100644
--- a/tools/glib-gtypes-generator.py
+++ b/tools/glib-gtypes-generator.py
@@ -91,7 +91,7 @@ class GTypesGenerator(object):
docstring = get_docstring(mapping) or '(Undocumented)'
- self.d('/**\n * %s:\n *\n' % name)
+ self.d('/**\n * %s:\n *\n' % name.strip())
self.d(' * %s\n' % xml_escape(docstring))
self.d(' *\n')
self.d(' * This macro expands to a call to a function\n')