IOS/ES: Fix formatting

This commit is contained in:
Léo Lam 2017-06-16 10:10:23 +02:00
parent 6503a9f538
commit 6249244c90
1 changed files with 0 additions and 1 deletions

View File

@ -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); const std::string ticket_path = Common::GetTicketFileName(title_id, Common::FROM_SESSION_ROOT);
File::CreateFullPath(ticket_path); File::CreateFullPath(ticket_path);
File::IOFile ticket_file(ticket_path, "wb"); File::IOFile ticket_file(ticket_path, "wb");
if (!ticket_file) if (!ticket_file)
return ES_EIO; return ES_EIO;