summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-29 17:52:42 +0100
committerRobin Gareus <robin@gareus.org>2015-11-29 17:54:31 +0100
commit73d1de3b75172115beb6a30edacb4861893d97fd (patch)
treea1b23d677fe85b238dc51c8e38c38e25e07695b0 /libs/gtkmm2ext/wscript
parent0d250a0db8c58ca7559c8c1640bbdcf6e9c3a1bb (diff)
NOOP, remove trailing whitespace, replace tabs in python scripts
Diffstat (limited to 'libs/gtkmm2ext/wscript')
-rw-r--r--libs/gtkmm2ext/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/wscript b/libs/gtkmm2ext/wscript
index 1832d6a03e..89614bd63f 100644
--- a/libs/gtkmm2ext/wscript
+++ b/libs/gtkmm2ext/wscript
@@ -124,7 +124,7 @@ def build(bld):
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
bld.install_as (os.path.join(os.path.normpath(bld.env['LOCALEDIR']), lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
mo)
-
+
def i18n(bld):
autowaf.build_i18n(bld, top, 'libs/gtkmm2ext', I18N_PACKAGE, gtkmm2ext_sources,
'Paul Davis')