Just some source formatting adjustments.

This commit is contained in:
Oliver Schmidt
2021-05-11 10:40:44 +02:00
parent 07bd5089ec
commit b7856ddd4f
2 changed files with 25 additions and 25 deletions

View File

@@ -71,7 +71,7 @@ struct FuncDesc {
struct SymEntry* LastParam; /* Pointer to last parameter */ struct SymEntry* LastParam; /* Pointer to last parameter */
struct FuncDesc* FuncDef; /* Descriptor used in definition */ struct FuncDesc* FuncDef; /* Descriptor used in definition */
struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */ struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */
unsigned char WrappedCallData;/* The WrappedCall's user data */ unsigned char WrappedCallData; /* The WrappedCall's user data */
}; };