mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 04:18:14 -05: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