diff options
| author | bunnei <bunneidev@gmail.com> | 2018-01-20 23:01:00 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-01-21 15:51:45 -0500 |
| commit | 5035d18baaad5cee4cbc671710de472b9f25a920 (patch) | |
| tree | 88be854c845cb826366acca96e07ccc62cc96695 /src/core/file_sys/romfs_factory.cpp | |
| parent | 8e50d6002bd12dde7e4ba4fd3da1b53864c4058c (diff) | |
file_sys: Clang format fixes.
Diffstat (limited to 'src/core/file_sys/romfs_factory.cpp')
| -rw-r--r-- | src/core/file_sys/romfs_factory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/file_sys/romfs_factory.cpp b/src/core/file_sys/romfs_factory.cpp index 590c2acb3..e0de49f05 100644 --- a/src/core/file_sys/romfs_factory.cpp +++ b/src/core/file_sys/romfs_factory.cpp @@ -23,8 +23,7 @@ ResultVal<std::unique_ptr<FileSystemBackend>> RomFS_Factory::Open(const Path& pa return MakeResult<std::unique_ptr<FileSystemBackend>>(std::move(archive)); } -ResultCode RomFS_Factory::Format(const Path& path, - const FileSys::ArchiveFormatInfo& format_info) { +ResultCode RomFS_Factory::Format(const Path& path, const FileSys::ArchiveFormatInfo& format_info) { LOG_ERROR(Service_FS, "Unimplemented Format archive %s", GetName().c_str()); // TODO(bunnei): Find the right error code for this return ResultCode(-1); |
