indent code in preparation for refactoring

Because figuring out what changed on a single line in the middle of a
reindent is pain.
pull/9277/head
Eli Schwartz 3 years ago
parent e006e2ee99
commit 82e68e98ad
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      mesonbuild/msubprojects.py

@ -248,6 +248,7 @@ class Runner:
self.log(mlog.red(e.output))
self.log(mlog.red(str(e)))
return False
if True:
try:
# Fetch only the revision we need, this avoids fetching useless branches.
# revision can be either a branch, tag or commit id. In all cases we want

Loading…
Cancel
Save