[NDK] Fix coding style and indentation. No code changes!
authorEric Kohl <eric.kohl@reactos.org>
Sun, 13 Oct 2019 21:49:10 +0000 (23:49 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 13 Oct 2019 21:50:22 +0000 (23:50 +0200)
sdk/include/ndk/cmtypes.h

index 335c83e..8c0b50f 100644 (file)
@@ -181,14 +181,15 @@ typedef enum _KEY_VALUE_INFORMATION_CLASS
     MaxKeyValueInfoClass
 } KEY_VALUE_INFORMATION_CLASS;
 
-typedef enum _KEY_SET_INFORMATION_CLASS {
-  KeyWriteTimeInformation,
-  KeyWow64FlagsInformation,
-  KeyControlFlagsInformation,
-  KeySetVirtualizationInformation,
-  KeySetDebugInformation,
-  KeySetHandleTagsInformation,
-  MaxKeySetInfoClass
+typedef enum _KEY_SET_INFORMATION_CLASS
+{
+    KeyWriteTimeInformation,
+    KeyWow64FlagsInformation,
+    KeyControlFlagsInformation,
+    KeySetVirtualizationInformation,
+    KeySetDebugInformation,
+    KeySetHandleTagsInformation,
+    MaxKeySetInfoClass
 } KEY_SET_INFORMATION_CLASS;
 
 #endif