Fix indentation

This commit is contained in:
Zac 2024-11-20 04:08:48 +00:00 committed by GitHub
parent 8bb5220b67
commit d7577f7bfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
*/ */
struct CHKPNT : public ALO struct CHKPNT : public ALO
{ {
// ... // ...
}; };
/** /**
@ -29,15 +29,15 @@ struct CHKPNT : public ALO
struct CHKMGR struct CHKMGR
{ {
int unknown_0x0; int unknown_0x0;
int cbitChk; // Count of values in abitChk. int cbitChk; // Count of values in abitChk.
int *abitChk; // Unknown, name/type may be wrong. int *abitChk; // Unknown, name/type may be wrong.
int padding[128]; // Temporary padding int padding[128]; // Temporary padding
int fChkDirty; int fChkDirty;
VECTOR posVolChkpnt; VECTOR posVolChkpnt;
int csSaved[129]; // type may be wrong int csSaved[129]; // type may be wrong
OID unk_oid_0x424; OID unk_oid_0x424;
OID unk_oid_0x428; OID unk_oid_0x428;
int fCheckpoint; int fCheckpoint;
}; };
extern CHKMGR g_chkmgr; extern CHKMGR g_chkmgr;