summaryrefslogtreecommitdiff
path: root/python/allTests.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-09 16:39:18 -0400
committerJoe George <joe@zeroc.com>2017-05-09 16:39:56 -0400
commita0dae9ed44e1f8ebd928389e612f4a502c05701a (patch)
treeee40c6f9262601b387e17c90fccf9213564d3b7a /python/allTests.py
parentICE-7868 - Update to latest gulp builder (diff)
downloadice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.bz2
ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.xz
ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.zip
Cleanup more whitespace
Remove extra newlines from the end of files and add newlines to files which are missing one.
Diffstat (limited to 'python/allTests.py')
-rwxr-xr-xpython/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/allTests.py b/python/allTests.py
index 18df973cab0..d0439bd0028 100755
--- a/python/allTests.py
+++ b/python/allTests.py
@@ -13,4 +13,4 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))
from Util import runTestsWithPath
-runTestsWithPath(__file__) \ No newline at end of file
+runTestsWithPath(__file__)