Correct indentation.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-05-15 20:15:26 +02:00
parent f2116a6461
commit 8aed5af238
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 4 additions and 4 deletions

View File

@ -1240,7 +1240,7 @@ struct ph7_vm {
SySet aSelf; /* 'self' stack used for static member access [i.e: self::MyConstant] */ SySet aSelf; /* 'self' stack used for static member access [i.e: self::MyConstant] */
sxi32 iExitStatus; /* Script exit status */ sxi32 iExitStatus; /* Script exit status */
ph7_gen_state sCodeGen; /* Code generator module */ ph7_gen_state sCodeGen; /* Code generator module */
ph7_vm *pNext, *pPrev; /* List of active VM's */ ph7_vm *pNext, *pPrev; /* List of active VMs */
sxu32 nMagic; /* Sanity check against misuse */ sxu32 nMagic; /* Sanity check against misuse */
}; };
/* /*