fix: spacing

This commit is contained in:
Liam
2025-10-14 23:10:41 -04:00
parent e925821e72
commit 9f0e2582dd

View File

@@ -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
} }