[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / win32ss / printing / providers / localspl / printprocessors.c
index 9551668..fcb1fd7 100644 (file)
@@ -148,7 +148,7 @@ InitializePrintProcessorList(void)
 
     // Initialize an empty list for our Print Processors.
     InitializeListHead(&_PrintProcessorList);
-    
+
     // Prepare the path to the Print Processor directory.
     if (!LocalGetPrintProcessorDirectory(NULL, (PWSTR)wszCurrentEnvironment, 1, (PBYTE)wszPrintProcessorPath, sizeof(wszPrintProcessorPath), &cchPrintProcessorPath))
     {