summaryrefslogtreecommitdiffstats
path: root/waftools/detections/compiler.py
diff options
context:
space:
mode:
authorjnozsc <jnozsc@gmail.com>2020-02-27 11:46:42 -0800
committerwm4 <1387750+wm4@users.noreply.github.com>2020-02-27 21:36:21 +0100
commit611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8 (patch)
treec67b4d00cacf7576690e3e23ebc4f366a27aaed2 /waftools/detections/compiler.py
parentc4440db7448ab8b64103af46e7ffb38e3e57bc0e (diff)
downloadmpv-611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8.tar.bz2
mpv-611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8.tar.xz
*.py: cosmetic changes
Diffstat (limited to 'waftools/detections/compiler.py')
-rw-r--r--waftools/detections/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waftools/detections/compiler.py b/waftools/detections/compiler.py
index 6946710900..399a606144 100644
--- a/waftools/detections/compiler.py
+++ b/waftools/detections/compiler.py
@@ -55,7 +55,7 @@ def __add_gcc_flags__(ctx):
def __add_clang_flags__(ctx):
ctx.env.CFLAGS += ["-Wno-logical-op-parentheses", "-fcolor-diagnostics",
"-Wno-tautological-compare",
- "-Wno-tautological-constant-out-of-range-compare" ]
+ "-Wno-tautological-constant-out-of-range-compare"]
def __add_mswin_flags__(ctx):
ctx.env.CFLAGS += ['-D_WIN32_WINNT=0x0602', '-DUNICODE', '-DCOBJMACROS',