Skip to content

Commit 3fa4844

Browse files
committed
module_driver: Fix indentation with ModuleMgrForKernel
1 parent 163e5bf commit 3fa4844

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

module_driver/ModuleMgrForKernel.S

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
#include "pspimport.s"
44

5-
IMPORT_START "ModuleMgrForKernel",0x00010000
6-
IMPORT_FUNC "ModuleMgrForKernel",0xFFB9B760,sceKernelLoadModule
7-
IMPORT_FUNC "ModuleMgrForKernel",0xE6BF3960,sceKernelStartModule
8-
IMPORT_FUNC "ModuleMgrForKernel",0x0D053026,sceKernelUnloadModule
9-
IMPORT_FUNC "ModuleMgrForKernel",0x32292450,_sceKernelLoadModuleWithApitype2
10-
IMPORT_FUNC "ModuleMgrForKernel",0xE3CCC6EA,sceKernelLoadModule_620
11-
IMPORT_FUNC "ModuleMgrForKernel",0xDF8FFFAB,sceKernelStartModule_620
12-
IMPORT_FUNC "ModuleMgrForKernel",0x9CEB18C4,sceKernelUnloadModule_620
13-
IMPORT_FUNC "ModuleMgrForKernel",0xB691CB9F,sceKernelLoadModuleWithApitype2_620
14-
IMPORT_FUNC "ModuleMgrForKernel",0x939E4270,sceKernelLoadModule_660
15-
IMPORT_FUNC "ModuleMgrForKernel",0x3FF74DF1,sceKernelStartModule_660
16-
IMPORT_FUNC "ModuleMgrForKernel",0x387E3CA9,sceKernelUnloadModule_660
17-
IMPORT_FUNC "ModuleMgrForKernel",0x2B7FC10D,sceKernelLoadModuleWithApitype2_660
5+
IMPORT_START "ModuleMgrForKernel",0x00010000
6+
IMPORT_FUNC "ModuleMgrForKernel",0xFFB9B760,sceKernelLoadModule
7+
IMPORT_FUNC "ModuleMgrForKernel",0xE6BF3960,sceKernelStartModule
8+
IMPORT_FUNC "ModuleMgrForKernel",0x0D053026,sceKernelUnloadModule
9+
IMPORT_FUNC "ModuleMgrForKernel",0x32292450,_sceKernelLoadModuleWithApitype2
10+
IMPORT_FUNC "ModuleMgrForKernel",0xE3CCC6EA,sceKernelLoadModule_620
11+
IMPORT_FUNC "ModuleMgrForKernel",0xDF8FFFAB,sceKernelStartModule_620
12+
IMPORT_FUNC "ModuleMgrForKernel",0x9CEB18C4,sceKernelUnloadModule_620
13+
IMPORT_FUNC "ModuleMgrForKernel",0xB691CB9F,sceKernelLoadModuleWithApitype2_620
14+
IMPORT_FUNC "ModuleMgrForKernel",0x939E4270,sceKernelLoadModule_660
15+
IMPORT_FUNC "ModuleMgrForKernel",0x3FF74DF1,sceKernelStartModule_660
16+
IMPORT_FUNC "ModuleMgrForKernel",0x387E3CA9,sceKernelUnloadModule_660
17+
IMPORT_FUNC "ModuleMgrForKernel",0x2B7FC10D,sceKernelLoadModuleWithApitype2_660
1818
IMPORT_FUNC "ModuleMgrForKernel",0x4E62C48A,sceKernelLoadModuleBufferForKernel

0 commit comments

Comments
 (0)