summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-23 12:34:26 -0400
committerJoe George <joe@zeroc.com>2017-05-23 12:34:26 -0400
commit1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf (patch)
tree2c8255e3956d9f56416b24c99623cf6ebacb4c9b /scripts/Util.py
parentAndroid build instruction updates (diff)
downloadice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.tar.bz2
ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.tar.xz
ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.zip
Fix whitespace
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 703a3d2f3b4..a11d6b663cb 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -279,7 +279,7 @@ class Windows(Platform):
except:
pass
return self.compiler
-
+
def getPlatformToolset(self):
return self.getCompiler().replace("VC", "v")