Consistent Naming
This commit is contained in:
parent
bc01c9b814
commit
83b7e6db98
@ -125,7 +125,7 @@ export class Struct {
|
|||||||
if (lastProperty) {
|
if (lastProperty) {
|
||||||
paddingSize += ` - sizeof(${lastProperty.type()})`;
|
paddingSize += ` - sizeof(${lastProperty.type()})`;
|
||||||
}
|
}
|
||||||
out += `${INDENT}uchar _padding${i}[${paddingSize}];\n`;
|
out += `${INDENT}uchar __padding${i}[${paddingSize}];\n`;
|
||||||
|
|
||||||
// The Actual Property
|
// The Actual Property
|
||||||
if (property !== sizeProperty) {
|
if (property !== sizeProperty) {
|
||||||
|
Loading…
Reference in New Issue
Block a user