[LINT] Fixed lint issues after clang-format update
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user