mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
Fix indentation
This commit is contained in:
parent
51270ca175
commit
40b7a1e103
@ -67,7 +67,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
|
|||||||
CLS(Common) \
|
CLS(Common) \
|
||||||
SUB(Common, Filesystem) \
|
SUB(Common, Filesystem) \
|
||||||
SUB(Common, Memory) \
|
SUB(Common, Memory) \
|
||||||
SUB(Common, NtApi) \
|
SUB(Common, NtApi) \
|
||||||
CLS(Core) \
|
CLS(Core) \
|
||||||
SUB(Core, Linker) \
|
SUB(Core, Linker) \
|
||||||
SUB(Core, Devices) \
|
SUB(Core, Devices) \
|
||||||
|
@ -33,7 +33,7 @@ enum class Class : u8 {
|
|||||||
Common, ///< Library routines
|
Common, ///< Library routines
|
||||||
Common_Filesystem, ///< Filesystem interface library
|
Common_Filesystem, ///< Filesystem interface library
|
||||||
Common_Memory, ///< Memory mapping and management functions
|
Common_Memory, ///< Memory mapping and management functions
|
||||||
Common_Ntapi, ///< Native Windows API
|
Common_Ntapi, ///< Native Windows API
|
||||||
Core, ///< LLE emulation core
|
Core, ///< LLE emulation core
|
||||||
Core_Linker, ///< The module linker
|
Core_Linker, ///< The module linker
|
||||||
Core_Devices, ///< Devices emulation
|
Core_Devices, ///< Devices emulation
|
||||||
|
Loading…
Reference in New Issue
Block a user