aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2017-05-27 13:43:33 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-29 19:32:47 +0300
commita195b78c8ded169f180d8bd6b437f52d47ce7bae (patch)
tree97e674c6ae47c5ed1ac68325d40dcc4b0330d371 /mesonbuild/mesonmain.py
parent4abef5ce2335b32e3ec75ffe06dc9af5c9942893 (diff)
downloadmeson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.zip
meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.tar.gz
meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.tar.bz2
Whitespace tweaks to reduce Flake8 warnings
Diffstat (limited to 'mesonbuild/mesonmain.py')
-rw-r--r--mesonbuild/mesonmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py
index 70f4027..dacc478 100644
--- a/mesonbuild/mesonmain.py
+++ b/mesonbuild/mesonmain.py
@@ -68,7 +68,7 @@ parser.add_argument('-D', action='append', dest='projectoptions', default=[], me
help='Set the value of an option, can be used several times to set multiple options.')
parser.add_argument('-v', '--version', action='version',
version=coredata.version)
- # See the mesonlib.WrapMode enum for documentation
+# See the mesonlib.WrapMode enum for documentation
parser.add_argument('--wrap-mode', default=WrapMode.default,
type=lambda t: getattr(WrapMode, t), choices=WrapMode,
help='Special wrap mode to use')