summaryrefslogtreecommitdiff
path: root/src/core/file_sys/filesystem.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-01-20 23:01:00 -0500
committerGravatar bunnei2018-01-21 15:51:45 -0500
commit5035d18baaad5cee4cbc671710de472b9f25a920 (patch)
tree88be854c845cb826366acca96e07ccc62cc96695 /src/core/file_sys/filesystem.h
parentfsp_srv: Various improvements to IStorage:Read implementation. (diff)
downloadyuzu-5035d18baaad5cee4cbc671710de472b9f25a920.tar.gz
yuzu-5035d18baaad5cee4cbc671710de472b9f25a920.tar.xz
yuzu-5035d18baaad5cee4cbc671710de472b9f25a920.zip
file_sys: Clang format fixes.
Diffstat (limited to 'src/core/file_sys/filesystem.h')
-rw-r--r--src/core/file_sys/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/filesystem.h b/src/core/file_sys/filesystem.h
index eb3d9c4d6..02705506b 100644
--- a/src/core/file_sys/filesystem.h
+++ b/src/core/file_sys/filesystem.h
@@ -139,7 +139,7 @@ public:
139 * @return Opened file, or error code 139 * @return Opened file, or error code
140 */ 140 */
141 virtual ResultVal<std::unique_ptr<StorageBackend>> OpenFile(const Path& path, 141 virtual ResultVal<std::unique_ptr<StorageBackend>> OpenFile(const Path& path,
142 const Mode& mode) const = 0; 142 const Mode& mode) const = 0;
143 143
144 /** 144 /**
145 * Open a directory specified by its path 145 * Open a directory specified by its path