Skip to content

Commit 1e0ad8c

Browse files
committed
RPC fix white space.
1 parent 53d51b2 commit 1e0ad8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps3api/rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class RPC:
350350
ArgDataSpaceAddress = FreeSpaceAddress + 0x100
351351

352352
def __init__(self, API):
353-
self.API = API
353+
self.API = API
354354
self.Function = lambda Address, TOC = 0: RPCFunction(API, Address, TOC, RPCFunction.CALL_TYPE_FUNCTION if TOC == 0 else RPCFunction.CALL_TYPE_FUNCTION_SET_TOC)
355355
self.OPDFunction = lambda Address: RPCFunction(API, Address, 0, RPCFunction.CALL_TYPE_FUNCTION_OPD_ENTRY)
356356
self.SystemCall = lambda Index: RPCFunction(API, Index, 0, RPCFunction.CALL_TYPE_SYS_CALL)

0 commit comments

Comments
 (0)