mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 03:49:13 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -19,8 +19,7 @@ class AppLoader_THREEDSX final : public AppLoader {
|
||||
public:
|
||||
AppLoader_THREEDSX(FileUtil::IOFile&& file, const std::string& filename,
|
||||
const std::string& filepath)
|
||||
: AppLoader(std::move(file)), filename(std::move(filename)), filepath(filepath) {
|
||||
}
|
||||
: AppLoader(std::move(file)), filename(std::move(filename)), filepath(filepath) {}
|
||||
|
||||
/**
|
||||
* Returns the type of the file
|
||||
|
||||
Reference in New Issue
Block a user