mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-03 10:31:36 -05:00
sys: Added clang-format file, formatted entire project
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
namespace hex::dp {
|
||||
|
||||
Attribute::Attribute(IOType ioType, Type type, std::string unlocalizedName) : m_id(SharedData::dataProcessorAttrIdCounter++), m_ioType(ioType), m_type(type), m_unlocalizedName(std::move(unlocalizedName)) {
|
||||
|
||||
}
|
||||
|
||||
Attribute::~Attribute() {
|
||||
|
||||
Reference in New Issue
Block a user