mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 06:10:02 +08:00
fix: spacing
This commit is contained in:
@@ -19,7 +19,7 @@ pub struct RTL_SRWLOCK
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct HashBucket<D, K> {
|
pub struct HashBucket<D, K> {
|
||||||
pub lock: Pointer64<RTL_SRWLOCK>, // 0x0000
|
pub lock: Pointer64<RTL_SRWLOCK>, // 0x0000
|
||||||
pub first: Pointer64<HashFixedDataInternal<D, K>>, // 0x0008
|
pub first: Pointer64<HashFixedDataInternal<D, K>>, // 0x0008
|
||||||
pub first_uncommitted: Pointer64<HashFixedDataInternal<D, K>>, // 0x0010
|
pub first_uncommitted: Pointer64<HashFixedDataInternal<D, K>>, // 0x0010
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user