mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-09 01:35:46 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -30,8 +30,7 @@ static std::string GetSaveDataCheckPath(const std::string& mount_point, u32 high
|
||||
}
|
||||
|
||||
ArchiveFactory_SaveDataCheck::ArchiveFactory_SaveDataCheck(const std::string& nand_directory)
|
||||
: mount_point(GetSaveDataCheckContainerPath(nand_directory)) {
|
||||
}
|
||||
: mount_point(GetSaveDataCheckContainerPath(nand_directory)) {}
|
||||
|
||||
ResultVal<std::unique_ptr<ArchiveBackend>> ArchiveFactory_SaveDataCheck::Open(const Path& path) {
|
||||
auto vec = path.AsBinary();
|
||||
|
||||
Reference in New Issue
Block a user