aboutsummaryrefslogtreecommitdiff
path: root/emconfigure
diff options
context:
space:
mode:
authorAndreas Bergmeier <andreas.bergmeier@gmx.net>2013-04-25 17:54:22 +0200
committerAndreas Bergmeier <andreas.bergmeier@gmx.net>2013-04-25 17:55:08 +0200
commit897eda9ceeb7d3369fef19b3da55d009e6fa2d28 (patch)
treea601e24e7fa45005666f568b14e2728adbf75ffc /emconfigure
parent1401d2c78ac4b454d7a5caf64a0ffe7642cdb6e4 (diff)
Change to fit in with Alon's coding style.
Diffstat (limited to 'emconfigure')
-rwxr-xr-xemconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/emconfigure b/emconfigure
index 30fc10ec..ce98af22 100755
--- a/emconfigure
+++ b/emconfigure
@@ -23,5 +23,5 @@ from subprocess import CalledProcessError
try:
shared.Building.configure(sys.argv[1:])
except CalledProcessError, e:
- sys.exit( e.returncode )
+ sys.exit(e.returncode)