diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-11-28 10:40:02 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-11-28 10:40:02 +0000 |
commit | d4de72f1e5da6fa6d94f4145f520bd3724b0bb16 (patch) | |
tree | 37c686d08c641a27ab7c1dea6440b64b8453dac6 /tools | |
parent | 3108a506ec7f3341bd3f6589dc1d082e74169656 (diff) |
glib-interfaces-gen.py: remove trailing whitespace
Diffstat (limited to 'tools')
-rw-r--r-- | tools/glib-interfaces-gen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/glib-interfaces-gen.py b/tools/glib-interfaces-gen.py index 741626ceb..3e9b045ab 100644 --- a/tools/glib-interfaces-gen.py +++ b/tools/glib-interfaces-gen.py @@ -47,7 +47,7 @@ class Generator(object): self.decls.write("""\ /** * %(IFACE_DEFINE)s: - * + * * The interface name "%(name)s" */ #define %(IFACE_DEFINE)s \\ @@ -59,7 +59,7 @@ class Generator(object): self.decls.write(""" /** * %(IFACE_QUARK_DEFINE)s: - * + * * Expands to a call to a function that returns a quark for the interface \ name "%(name)s" */ |