mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-09-03 08:05:53 +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;
|
PSF::~PSF() = default;
|
||||||
|
|
||||||
bool PSF::open(const std::string& filepath) {
|
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()) {
|
if (!file.IsOpen()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue