mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 05:28:00 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -18,8 +18,7 @@ namespace Loader {
|
||||
class AppLoader_ELF final : public AppLoader {
|
||||
public:
|
||||
AppLoader_ELF(FileUtil::IOFile&& file, std::string filename)
|
||||
: AppLoader(std::move(file)), filename(std::move(filename)) {
|
||||
}
|
||||
: AppLoader(std::move(file)), filename(std::move(filename)) {}
|
||||
|
||||
/**
|
||||
* Returns the type of the file
|
||||
|
Reference in New Issue
Block a user