summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-26 02:05:31 +0000
committerDavid Robillard <d@drobilla.net>2011-11-26 02:05:31 +0000
commit3e3d411d4078c5dbae6ee3da7438dd95ccb343b4 (patch)
tree7ea9b3d72482d3cdee2b86b0da1aafda5aec0617 /wscript
parent6e9b0d06da020ffdda0d2170a2e0dd21b899c48e (diff)
downloadpatchage-3e3d411d4078c5dbae6ee3da7438dd95ccb343b4.tar.gz
patchage-3e3d411d4078c5dbae6ee3da7438dd95ccb343b4.tar.bz2
patchage-3e3d411d4078c5dbae6ee3da7438dd95ccb343b4.zip
Fix whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3638 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ba71579..2712c4f 100644
--- a/wscript
+++ b/wscript
@@ -150,7 +150,7 @@ def build(bld):
target = out_base + 'patchage.ui',
install_path = '${DATADIR}/' + bld.env['APP_INSTALL_NAME'],
chmod = Utils.O644,
- PATCHAGE_VERSION = PATCHAGE_VERSION)
+ PATCHAGE_VERSION = PATCHAGE_VERSION)
# 'Desktop' file (menu entry, icon, etc)
bld(features = 'subst',