Closes #17202: Merge with 3.4
diff --git a/PCbuild/prepare_ssl.bat b/PCbuild/prepare_ssl.bat
index cb06500..c08a9f3 100644
--- a/PCbuild/prepare_ssl.bat
+++ b/PCbuild/prepare_ssl.bat
@@ -1,12 +1,12 @@
-@echo off
-if not defined HOST_PYTHON (
-  if %1 EQU Debug (
-    shift
-    set HOST_PYTHON=python_d.exe
-    if not exist python35_d.dll exit 1
-  ) ELSE (
-    set HOST_PYTHON=python.exe
-    if not exist python35.dll exit 1
-  )
-)
-%HOST_PYTHON% prepare_ssl.py %1
+@echo off

+if not defined HOST_PYTHON (

+  if %1 EQU Debug (

+    shift

+    set HOST_PYTHON=python_d.exe

+    if not exist python35_d.dll exit 1

+  ) ELSE (

+    set HOST_PYTHON=python.exe

+    if not exist python35.dll exit 1

+  )

+)

+%HOST_PYTHON% prepare_ssl.py %1