clang-format

This commit is contained in:
MerryMage 2018-01-16 18:05:21 +00:00
parent 153205edbb
commit e35644c005
25 changed files with 54 additions and 63 deletions

View file

@ -18,8 +18,7 @@ namespace Loader {
class AppLoader_NSO final : public AppLoader, Linker {
public:
AppLoader_NSO(FileUtil::IOFile&& file, std::string filepath)
: AppLoader(std::move(file)), filepath(std::move(filepath)) {
}
: AppLoader(std::move(file)), filepath(std::move(filepath)) {}
/**
* Returns the type of the file