Skip to content

Commit cf91b5f

Browse files
committed
Minor cosmetic change
1 parent ec4926e commit cf91b5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/PythonEngine.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@ TPythonVersionProp = record
615615
ob_type: PPyTypeObject;
616616
ob_size: NativeInt; // Number of items in variable part
617617
tp_name: PAnsiChar; // For printing
618-
tp_basicsize, tp_itemsize: NativeInt; // For allocation
618+
tp_basicsize,
619+
tp_itemsize: NativeInt; // For allocation
619620

620621
// Methods to implement standard operations
621622

0 commit comments

Comments
 (0)