[ros-diffs] [arty] 56522: [NTOSKRNL] Formatting.

arty at svn.reactos.org arty at svn.reactos.org
Sun May 6 02:12:26 UTC 2012


Author: arty
Date: Sun May  6 02:12:24 2012
New Revision: 56522

URL: http://svn.reactos.org/svn/reactos?rev=56522&view=rev
Log:
[NTOSKRNL]
Formatting.

Modified:
    trunk/reactos/ntoskrnl/mm/section.c

Modified: trunk/reactos/ntoskrnl/mm/section.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/section.c?rev=56522&r1=56521&r2=56522&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] Sun May  6 02:12:24 2012
@@ -2107,13 +2107,13 @@
             MmInsertRmap(Page,
                          Process,
                          Address);
-	    // If we got here, the previous entry should have been a wait
+            // If we got here, the previous entry should have been a wait
             Entry = MAKE_SSE(Page << PAGE_SHIFT, 1);
-	    MmLockSectionSegment(Context.Segment);
-	    OldEntry = MmGetPageEntrySectionSegment(Context.Segment, &Context.Offset);
-	    ASSERT(OldEntry == 0 || OldEntry == MAKE_SWAP_SSE(MM_WAIT_ENTRY));
+            MmLockSectionSegment(Context.Segment);
+            OldEntry = MmGetPageEntrySectionSegment(Context.Segment, &Context.Offset);
+            ASSERT(OldEntry == 0 || OldEntry == MAKE_SWAP_SSE(MM_WAIT_ENTRY));
             MmSetPageEntrySectionSegment(Context.Segment, &Context.Offset, Entry);
-	    MmUnlockSectionSegment(Context.Segment);
+            MmUnlockSectionSegment(Context.Segment);
          }
          MmUnlockAddressSpace(AddressSpace);
          MiSetPageEvent(NULL, NULL);




More information about the Ros-diffs mailing list