Author: hbelusca
Date: Sun Nov 23 15:57:13 2014
New Revision: 65464

URL: http://svn.reactos.org/svn/reactos?rev=65464&view=rev
Log:
Whitespace fixes.

Modified:
    trunk/reactos/ntoskrnl/po/poshtdwn.c
    trunk/reactos/ntoskrnl/po/power.c

Modified: trunk/reactos/ntoskrnl/po/poshtdwn.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/po/poshtdwn.c?rev=65464&r1=65463&r2=65464&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/po/poshtdwn.c        [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/po/poshtdwn.c        [iso-8859-1] Sun Nov 23 
15:57:13 2014
@@ -277,9 +277,9 @@
 
     /* Note that modified pages should be written here (MiShutdownSystem) */
 #ifdef NEWCC
-       /* Flush all user files before we start shutting down IO */
-       /* This is where modified pages are written back by the IO manager */
-       CcShutdownSystem();
+    /* Flush all user files before we start shutting down IO */
+    /* This is where modified pages are written back by the IO manager */
+    CcShutdownSystem();
 #endif
 
     /* In this step, the I/O manager does last-chance shutdown notification */

Modified: trunk/reactos/ntoskrnl/po/power.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/po/power.c?rev=65464&r1=65463&r2=65464&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/po/power.c   [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/po/power.c   [iso-8859-1] Sun Nov 23 15:57:13 2014
@@ -682,7 +682,8 @@
             Status = STATUS_SUCCESS;
             break;
         }
-               case SystemPowerCapabilities:
+
+        case SystemPowerCapabilities:
         {
             PSYSTEM_POWER_CAPABILITIES PowerCapabilities = 
(PSYSTEM_POWER_CAPABILITIES)OutputBuffer;
 
@@ -794,8 +795,8 @@
 NTSTATUS
 NTAPI
 NtSetSystemPowerState(IN POWER_ACTION SystemAction,
-                             IN SYSTEM_POWER_STATE MinSystemState,
-                             IN ULONG Flags)
+                      IN SYSTEM_POWER_STATE MinSystemState,
+                      IN ULONG Flags)
 {
     KPROCESSOR_MODE PreviousMode = KeGetPreviousMode();
     POP_POWER_ACTION Action = {0};
@@ -834,7 +835,7 @@
         }
 
         /* Do it as a kernel-mode caller for consistency with system state */
-        return ZwSetSystemPowerState (SystemAction, MinSystemState, Flags);
+        return ZwSetSystemPowerState(SystemAction, MinSystemState, Flags);
     }
 
     /* Read policy settings (partial shutdown vs. full shutdown) */


Reply via email to