[DRWTSN32] Print some extra exception info
[reactos.git] / ntoskrnl / ex / fmutex.c
index 5f1743b..8c0338a 100644 (file)
@@ -31,7 +31,7 @@ FASTCALL
 ExEnterCriticalRegionAndAcquireFastMutexUnsafe(IN OUT PFAST_MUTEX FastMutex)
 {
     /* Call the inline */
-       _ExEnterCriticalRegionAndAcquireFastMutexUnsafe(FastMutex);
+    _ExEnterCriticalRegionAndAcquireFastMutexUnsafe(FastMutex);
 }
 
 /*
@@ -42,7 +42,7 @@ FASTCALL
 ExReleaseFastMutexUnsafeAndLeaveCriticalRegion(IN OUT PFAST_MUTEX FastMutex)
 {
     /* Call the inline */
-       _ExReleaseFastMutexUnsafeAndLeaveCriticalRegion(FastMutex);
+    _ExReleaseFastMutexUnsafeAndLeaveCriticalRegion(FastMutex);
 }
 
 /*