From 5035d18baaad5cee4cbc671710de472b9f25a920 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 20 Jan 2018 23:01:00 -0500 Subject: file_sys: Clang format fixes. --- src/core/file_sys/romfs_filesystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/file_sys/romfs_filesystem.cpp') diff --git a/src/core/file_sys/romfs_filesystem.cpp b/src/core/file_sys/romfs_filesystem.cpp index 5b5c5a73e..ca1463d7c 100644 --- a/src/core/file_sys/romfs_filesystem.cpp +++ b/src/core/file_sys/romfs_filesystem.cpp @@ -69,7 +69,8 @@ ResultCode RomFS_FileSystem::RenameDirectory(const Path& src_path, const Path& d return ResultCode(-1); } -ResultVal> RomFS_FileSystem::OpenDirectory(const Path& path) const { +ResultVal> RomFS_FileSystem::OpenDirectory( + const Path& path) const { return MakeResult>(std::make_unique()); } -- cgit v1.2.3