mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 05:27:57 -05:00
file_sys: Clang format fixes.
This commit is contained in:
@ -139,7 +139,7 @@ public:
|
||||
* @return Opened file, or error code
|
||||
*/
|
||||
virtual ResultVal<std::unique_ptr<StorageBackend>> OpenFile(const Path& path,
|
||||
const Mode& mode) const = 0;
|
||||
const Mode& mode) const = 0;
|
||||
|
||||
/**
|
||||
* Open a directory specified by its path
|
||||
|
Reference in New Issue
Block a user