Long overdue clang-format pass on most of the project (#773)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "archive_base.hpp"
|
||||
|
||||
class SelfNCCHArchive : public ArchiveBase {
|
||||
public:
|
||||
public:
|
||||
SelfNCCHArchive(Memory& mem) : ArchiveBase(mem) {}
|
||||
|
||||
u64 getFreeBytes() override { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user