Skip to content

Commit b5d22f2

Browse files
restyled-commitsandy31415
authored andcommitted
Restyled by autopep8
1 parent 81597b6 commit b5d22f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/builders/host.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def __init__(self, root, runner, app: HostApp, board=HostBoard.NATIVE,
411411
if use_coverage:
412412
self.extra_gn_options.append('use_coverage=true')
413413

414-
self.use_clang = use_clang # for usage in other commands
414+
self.use_clang = use_clang # for usage in other commands
415415
if use_clang:
416416
self.extra_gn_options.append('is_clang=true')
417417

0 commit comments

Comments
 (0)