Convert some tab stops into spaces.
[oota-llvm.git] / lib / System / Win32 / Signals.inc
index a3a393c76e456c0021888e2cbc0d6d1dd07b3051..d6db71ba4f359e6d1219091815df5023d6da4133 100644 (file)
@@ -283,7 +283,7 @@ static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) {
 
 #ifdef _MSC_VER
   if (ExitOnUnhandledExceptions)
-       _exit(-3);
+    _exit(-3);
 #endif
 
   // Allow dialog box to pop up allowing choice to start debugger.