mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-09-02 15:45:38 +00:00
clang format fix
This commit is contained in:
parent
8afc346f55
commit
6cd20f33bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ PSF::PSF() = default;
|
|||
PSF::~PSF() = default;
|
||||
|
||||
bool PSF::open(const std::string& filepath) {
|
||||
Common::FS::IOFile file(filepath,Common::FS::FileAccessMode::Read);
|
||||
Common::FS::IOFile file(filepath, Common::FS::FileAccessMode::Read);
|
||||
if (!file.IsOpen()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue