Skip to content

Commit 7ee7eee

Browse files
authored
Merge pull request #8449 from erg/python-lint-fixes
utils: python lint fixes.
2 parents 585c527 + 3d08b49 commit 7ee7eee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

utils/SwiftBuildSupport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def _get_default_swift_repo_name():
8282
return result
8383
return swift_path
8484

85+
8586
# Set SWIFT_REPO_NAME in your environment to control the name of the swift
8687
# directory name that is used.
8788
SWIFT_REPO_NAME = os.environ.get(

utils/swift_build_support/swift_build_support/cmake.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def common_options(self):
120120
define("CLANG_VERSION_MINOR:STRING", minor)
121121
define("CLANG_VERSION_PATCH:STRING", patch)
122122

123-
124123
if args.build_ninja and args.cmake_generator == 'Ninja':
125124
define('CMAKE_MAKE_PROGRAM', toolchain.ninja)
126125
elif args.cmake_generator == 'Ninja' and toolchain.ninja is not None:

0 commit comments

Comments
 (0)