mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[NDK] Fix coding style and indentation. No code changes!
This commit is contained in:
parent
3c9e562bd3
commit
e83b256f65
1 changed files with 9 additions and 8 deletions
|
@ -181,14 +181,15 @@ typedef enum _KEY_VALUE_INFORMATION_CLASS
|
||||||
MaxKeyValueInfoClass
|
MaxKeyValueInfoClass
|
||||||
} KEY_VALUE_INFORMATION_CLASS;
|
} KEY_VALUE_INFORMATION_CLASS;
|
||||||
|
|
||||||
typedef enum _KEY_SET_INFORMATION_CLASS {
|
typedef enum _KEY_SET_INFORMATION_CLASS
|
||||||
KeyWriteTimeInformation,
|
{
|
||||||
KeyWow64FlagsInformation,
|
KeyWriteTimeInformation,
|
||||||
KeyControlFlagsInformation,
|
KeyWow64FlagsInformation,
|
||||||
KeySetVirtualizationInformation,
|
KeyControlFlagsInformation,
|
||||||
KeySetDebugInformation,
|
KeySetVirtualizationInformation,
|
||||||
KeySetHandleTagsInformation,
|
KeySetDebugInformation,
|
||||||
MaxKeySetInfoClass
|
KeySetHandleTagsInformation,
|
||||||
|
MaxKeySetInfoClass
|
||||||
} KEY_SET_INFORMATION_CLASS;
|
} KEY_SET_INFORMATION_CLASS;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue