Skip to content

Commit c16b47e

Browse files
committed
Indent error
1 parent 5aa0a0e commit c16b47e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ def FindLatestMSVC(quiet):
162162
if not quiet:
163163
print('Trying to find '
164164
rf'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\{i}.0')
165-
try:
166-
winreg.OpenKey(handle, rf'SOFTWARE\Microsoft\VisualStudio\{i}.0')
167-
if not quiet:
168-
print(f"Found MSVC version {i}")
169-
msvc = i
170-
break
171-
except FileNotFoundError:
172-
pass
165+
try:
166+
winreg.OpenKey(handle, rf'SOFTWARE\Microsoft\VisualStudio\{i}.0')
167+
if not quiet:
168+
print(f"Found MSVC version {i}")
169+
msvc = i
170+
break
171+
except FileNotFoundError:
172+
pass
173173
return msvc
174174

175175

0 commit comments

Comments
 (0)