mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
Sources: Run clang-format on everything.
This commit is contained in:
parent
fe948af095
commit
dc8479928c
386 changed files with 19560 additions and 18080 deletions
|
@ -26,7 +26,9 @@ public:
|
|||
*/
|
||||
bool Initialize();
|
||||
|
||||
std::string GetName() const override { return "SDMC"; }
|
||||
std::string GetName() const override {
|
||||
return "SDMC";
|
||||
}
|
||||
|
||||
ResultVal<std::unique_ptr<ArchiveBackend>> Open(const Path& path) override;
|
||||
ResultCode Format(const Path& path, const FileSys::ArchiveFormatInfo& format_info) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue