https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45f39ffc253012b2399dc1105bcb797caec6ae36

commit 45f39ffc253012b2399dc1105bcb797caec6ae36
Author:     Colin Finck <co...@reactos.org>
AuthorDate: Fri Jan 31 18:47:53 2020 +0100
Commit:     Colin Finck <co...@reactos.org>
CommitDate: Fri Jan 31 18:47:53 2020 +0100

    [FORMATTING] Fix indentation of winspool/printers.c
    
    No code changes
---
 win32ss/printing/base/winspool/printers.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/win32ss/printing/base/winspool/printers.c 
b/win32ss/printing/base/winspool/printers.c
index a3ee6e69673..7fd34a40866 100644
--- a/win32ss/printing/base/winspool/printers.c
+++ b/win32ss/printing/base/winspool/printers.c
@@ -476,7 +476,7 @@ EnumPrintersA(DWORD Flags, PSTR Name, DWORD Level, PBYTE 
pPrinterEnum, DWORD cbB
                     {
                         SetLastError(ERROR_NOT_ENOUGH_MEMORY);
                         ERR("HeapAlloc failed!\n");
-                       goto Cleanup;
+                        goto Cleanup;
                     }
 
                     WideCharToMultiByte(CP_ACP, 0, ppi1w[i].pDescription, -1, 
pszDescription, cch + 1, NULL, NULL);
@@ -538,7 +538,7 @@ EnumPrintersA(DWORD Flags, PSTR Name, DWORD Level, PBYTE 
pPrinterEnum, DWORD cbB
                     {
                         SetLastError(ERROR_NOT_ENOUGH_MEMORY);
                         ERR("HeapAlloc failed!\n");
-                       goto Cleanup;
+                        goto Cleanup;
                     }
 
                     WideCharToMultiByte(CP_ACP, 0, ppi2w[i].pServerName, -1, 
pszServerName, cch + 1, NULL, NULL);
@@ -754,7 +754,7 @@ EnumPrintersA(DWORD Flags, PSTR Name, DWORD Level, PBYTE 
pPrinterEnum, DWORD cbB
                     {
                         SetLastError(ERROR_NOT_ENOUGH_MEMORY);
                         ERR("HeapAlloc failed!\n");
-                       goto Cleanup;
+                        goto Cleanup;
                     }
 
                     WideCharToMultiByte(CP_ACP, 0, ppi4w[i].pPrinterName, -1, 
pszPrinterName, cch + 1, NULL, NULL);

Reply via email to