Skip to content

Commit

Permalink
IOS/ES: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jun 16, 2017
1 parent 2f489af commit c321ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/IOS/ES/TitleManagement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static ReturnCode WriteTicket(const IOS::ES::TicketReader& ticket)
const std::string ticket_path = Common::GetTicketFileName(title_id, Common::FROM_SESSION_ROOT);
File::CreateFullPath(ticket_path);


File::IOFile ticket_file(ticket_path, "wb");
if (!ticket_file)
return ES_EIO;
Expand Down

0 comments on commit c321ff8

Please sign in to comment.