Roald87/TcBlack

Prevent insert of := in array limits

Roald87 opened this issue · 0 comments

Turns

Buffer: ARRAY[0..TcUnit.GVL_Param_TcUnit.xUnitBufferSize - 1] OF BYTE;

into

Buffer: ARRAY[0..TcUnit.GVL_Param_TcUnit.xUnitBufferSize := - 1] OF BYTE;

but should not change