Fix indentation

This commit is contained in:
Andrea Michael Maria Molino 2025-06-20 18:35:15 +02:00
parent 51270ca175
commit 40b7a1e103
No known key found for this signature in database
GPG Key ID: C2EB4F51F978F9A8
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
CLS(Common) \
SUB(Common, Filesystem) \
SUB(Common, Memory) \
SUB(Common, NtApi) \
SUB(Common, NtApi) \
CLS(Core) \
SUB(Core, Linker) \
SUB(Core, Devices) \

View File

@ -33,7 +33,7 @@ enum class Class : u8 {
Common, ///< Library routines
Common_Filesystem, ///< Filesystem interface library
Common_Memory, ///< Memory mapping and management functions
Common_Ntapi, ///< Native Windows API
Common_Ntapi, ///< Native Windows API
Core, ///< LLE emulation core
Core_Linker, ///< The module linker
Core_Devices, ///< Devices emulation