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