* Sync up to trunk head (r60691).
[reactos.git] / ntoskrnl / cache / lazyrite.c
index 4dcbb5d..a7ff799 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <ntoskrnl.h>
 #include "newcc.h"
-#define NDEBUG
+//#define NDEBUG
 #include <debug.h>
 
 /* GLOBALS ********************************************************************/
@@ -22,7 +22,7 @@ KEVENT CcpLazyWriteEvent;
 VOID NTAPI
 CcpLazyWriteThread(PVOID Unused)
 {
-       /* Not implemented */
+    /* Not implemented */
 }
 
 NTSTATUS