From 0af4565c9eeb8d83ad52522c9496d41bc1ca474f Mon Sep 17 00:00:00 2001
From: JG <it@hgw-tornesch.de>
Date: Tue, 5 Nov 2024 14:39:09 +0100
Subject: [PATCH] Indentation

---
 Fix printer not install- and selectable.cmd | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Fix printer not install- and selectable.cmd b/Fix printer not install- and selectable.cmd
index 76dd0bc..410ec41 100644
--- a/Fix printer not install- and selectable.cmd	
+++ b/Fix printer not install- and selectable.cmd	
@@ -29,10 +29,10 @@ if '%1'=='ELEV' (del "%vbsGetPrivileges%" 1>nul 2>nul & shift /1)
 
 REM Functional part
 net stop spooler
-pushd "%~dp0\ScriptFiles\PrinterNotInstallable" && (
-reg import "Printer Spooler Registry.reg"
-robocopy spool C:\Windows\System32\spool *
-popd
+    pushd "%~dp0\ScriptFiles\PrinterNotInstallable" && (
+    reg import "Printer Spooler Registry.reg"
+    robocopy spool C:\Windows\System32\spool *
+    popd
 )
 net start spooler
 echo Done.
-- 
GitLab