[LINT] Fixed lint issues after clang-format update

This commit is contained in:
Gliniak
2024-06-13 20:56:56 +02:00
parent ce990e2828
commit ec267c348a
13 changed files with 21 additions and 28 deletions

View File

@@ -394,7 +394,7 @@ struct xex2_opt_bound_path {
struct xex2_opt_checksum_timedatestamp {
xe::be<uint32_t> checksum; // 0x0 sz:0x4
xe::be<uint32_t> timedatestamp; // 0x4 sz:0x4
}; // size 8
}; // size 8
static_assert_size(xex2_opt_checksum_timedatestamp, 0x8);
struct xex2_opt_static_library {

View File

@@ -74,7 +74,7 @@ class UserData {
};
};
UserData(){};
UserData() {};
UserData(X_USER_DATA_TYPE type) { data_.type = type; }
virtual void Append(X_USER_DATA* data, DataByteStream* stream) {