Whitespace cleanup

This commit is contained in:
jason-e 2018-09-21 23:18:50 -05:00 committed by GitHub
parent fc9e238db3
commit d56c4ef152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ public void OnPluginStart()
if (!PrepSDKCall_SetFromConf(gameMovementConf, SDKConf_Signature, "CreateInterface")) if (!PrepSDKCall_SetFromConf(gameMovementConf, SDKConf_Signature, "CreateInterface"))
{ {
SetFailState("Failed to get CreateInterface"); SetFailState("Failed to get CreateInterface");
} }
PrepSDKCall_AddParameter(SDKType_String, SDKPass_Pointer); PrepSDKCall_AddParameter(SDKType_String, SDKPass_Pointer);
PrepSDKCall_AddParameter(SDKType_PlainOldData, SDKPass_Pointer, VDECODE_FLAG_ALLOWNULL); PrepSDKCall_AddParameter(SDKType_PlainOldData, SDKPass_Pointer, VDECODE_FLAG_ALLOWNULL);
PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_Plain); PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_Plain);
@ -213,7 +213,7 @@ public void OnPluginStart()
delete CreateInterface; delete CreateInterface;
if (!gameMovement) if (!gameMovement)
{ {
SetFailState("Failed to get IGameMovement pointer"); SetFailState("Failed to get IGameMovement pointer");
} }