https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e83b256f654f70327942d8...
commit e83b256f654f70327942d86d1439d12a99b498ca Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Sun Oct 13 23:49:10 2019 +0200 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Sun Oct 13 23:50:22 2019 +0200
[NDK] Fix coding style and indentation. No code changes! --- sdk/include/ndk/cmtypes.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/sdk/include/ndk/cmtypes.h b/sdk/include/ndk/cmtypes.h index 335c83ec56a..8c0b50f6007 100644 --- a/sdk/include/ndk/cmtypes.h +++ b/sdk/include/ndk/cmtypes.h @@ -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