summaryrefslogtreecommitdiff
path: root/tools/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-xtools/setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/setup.py b/tools/setup.py
index cbc85bd16..85e49d3c7 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -28,8 +28,7 @@ def main():
def write_lastchange():
run([
sys.executable, "build/util/lastchange.py", "-o",
- "build/util/LASTCHANGE", "--source-dir", root_path,
- "--filter="
+ "build/util/LASTCHANGE", "--source-dir", root_path, "--filter="
])