mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-24 13:47:52 -05:00
Reformat code with clang format
This commit is contained in:
@ -8,4 +8,4 @@ public:
|
||||
virtual ~IObjContainer() = default;
|
||||
|
||||
virtual std::string GetName() = 0;
|
||||
};
|
||||
};
|
||||
|
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "Utils/FileUtils.h"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace ipak_consts
|
||||
{
|
||||
static constexpr uint32_t IPAK_MAGIC = FileUtils::MakeMagic32('K', 'A', 'P', 'I');
|
||||
@ -22,7 +22,7 @@ namespace ipak_consts
|
||||
static constexpr uint32_t IPAK_COMMAND_SKIP = 0xCF;
|
||||
|
||||
static_assert(IPAK_COMMAND_DEFAULT_SIZE <= IPAK_CHUNK_SIZE);
|
||||
}
|
||||
} // namespace ipak_consts
|
||||
|
||||
typedef uint32_t IPakHash;
|
||||
|
||||
|
Reference in New Issue
Block a user