From d7577f7bfc1a5e80eff00d1e4bf3e59111c5ecb1 Mon Sep 17 00:00:00 2001 From: Zac Date: Wed, 20 Nov 2024 04:08:48 +0000 Subject: [PATCH] Fix indentation --- include/chkpnt.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/chkpnt.h b/include/chkpnt.h index c0305b78..60729d83 100644 --- a/include/chkpnt.h +++ b/include/chkpnt.h @@ -18,7 +18,7 @@ */ struct CHKPNT : public ALO { - // ... + // ... }; /** @@ -29,15 +29,15 @@ struct CHKPNT : public ALO struct CHKMGR { int unknown_0x0; - int cbitChk; // Count of values in abitChk. - int *abitChk; // Unknown, name/type may be wrong. - int padding[128]; // Temporary padding - int fChkDirty; - VECTOR posVolChkpnt; - int csSaved[129]; // type may be wrong - OID unk_oid_0x424; - OID unk_oid_0x428; - int fCheckpoint; + int cbitChk; // Count of values in abitChk. + int *abitChk; // Unknown, name/type may be wrong. + int padding[128]; // Temporary padding + int fChkDirty; + VECTOR posVolChkpnt; + int csSaved[129]; // type may be wrong + OID unk_oid_0x424; + OID unk_oid_0x428; + int fCheckpoint; }; extern CHKMGR g_chkmgr;