Long overdue clang-format pass on most of the project (#773)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
class UserSaveDataArchive : public ArchiveBase {
|
||||
u32 archiveID;
|
||||
|
||||
public:
|
||||
UserSaveDataArchive(Memory& mem, u32 archiveID) : ArchiveBase(mem), archiveID(archiveID) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user