aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-09-15 00:32:57 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-04 16:29:31 -0400
commit4ab70c5512f147c7dded62817e54724830740dfd (patch)
treecd664850739d7a989cd6348f1b12db4aab5fb0fb /mesonbuild/environment.py
parentc582abbbcf7cb8e76f02fe87bb3d6a31fc44fff7 (diff)
downloadmeson-4ab70c5512f147c7dded62817e54724830740dfd.zip
meson-4ab70c5512f147c7dded62817e54724830740dfd.tar.gz
meson-4ab70c5512f147c7dded62817e54724830740dfd.tar.bz2
fix extra whitespace
discovered via flake8 --select E303
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 2369439..f095bfb 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -545,7 +545,6 @@ class Environment:
self.options[key.as_build()] = value
self._load_machine_file_options(config, properties.host, MachineChoice.HOST)
-
## "freeze" now initialized configuration, and "save" to the class.
self.machines = machines.default_missing()