mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 13:15:45 +00:00
file_sys: Clang format fixes.
This commit is contained in:
parent
a94d5d1938
commit
a2c082be79
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue