mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:47:58 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -81,10 +81,8 @@ constexpr u32 MakeMagic(char a, char b, char c, char d) {
|
||||
/// Interface for loading an application
|
||||
class AppLoader : NonCopyable {
|
||||
public:
|
||||
AppLoader(FileUtil::IOFile&& file) : file(std::move(file)) {
|
||||
}
|
||||
virtual ~AppLoader() {
|
||||
}
|
||||
AppLoader(FileUtil::IOFile&& file) : file(std::move(file)) {}
|
||||
virtual ~AppLoader() {}
|
||||
|
||||
/**
|
||||
* Returns the type of this file
|
||||
|
Reference in New Issue
Block a user