Skip to content

Commit 0ec1a71

Browse files
committed
minor whitespace cleanup
1 parent c8755fd commit 0ec1a71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

HashLib/src/Checksum/HlpCRC.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,6 @@ function TCRC.TransformFinal: IHashResult;
14531453
LUInt32: UInt32;
14541454
LUInt16: UInt16;
14551455
LUInt8: UInt8;
1456-
14571456
begin
14581457

14591458
if Width > Delta then
@@ -1515,7 +1514,6 @@ function TCRC.TransformFinal: IHashResult;
15151514
end;
15161515

15171516
Initialize();
1518-
15191517
end;
15201518

15211519
end.

0 commit comments

Comments
 (0)