Skip to content

Commit

Permalink
Whitespace fix after #7087
Browse files Browse the repository at this point in the history
Was this close to enter programmers' hell.
  • Loading branch information
elad335 authored and Nekotekina committed Feb 15, 2020
1 parent eb8710d commit 04e0bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ static error_code NpTrophyGetTrophyInfo(const trophy_context_t* ctxt, s32 trophy

return CELL_OK;
}

error_code sceNpTrophyGetTrophyInfo(u32 context, u32 handle, s32 trophyId, vm::ptr<SceNpTrophyDetails> details, vm::ptr<SceNpTrophyData> data)
{
sceNpTrophy.warning("sceNpTrophyGetTrophyInfo(context=0x%x, handle=0x%x, trophyId=%d, details=*0x%x, data=*0x%x)", context, handle, trophyId, details, data);
Expand Down

0 comments on commit 04e0bf2

Please sign in to comment.