file_sys: Clang format fixes.

This commit is contained in:
bunnei 2018-01-20 23:01:00 -05:00
parent 8e50d6002b
commit 5035d18baa
3 changed files with 4 additions and 4 deletions

View file

@ -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