[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / dll / win32 / kernel32 / client / debugger.c
index 9f84848..04d159c 100644 (file)
@@ -496,7 +496,7 @@ DebugActiveProcess(IN DWORD dwProcessId)
 
     /* Now debug the process */
     Status = DbgUiDebugActiveProcess(Handle);
-    
+
     /* Close the handle since we're done */
     Status1 = NtClose(Handle);
     ASSERT(NT_SUCCESS(Status1));
@@ -702,7 +702,7 @@ WaitForDebugEvent(IN LPDEBUG_EVENT lpDebugEvent,
             /* Mark the thread data */
             MarkThreadHandle(lpDebugEvent->dwThreadId);
             break;
-    
+
         /* Nothing to do */
         case EXCEPTION_DEBUG_EVENT:
         case LOAD_DLL_DEBUG_EVENT: