Skip to content

Commit c5b80bc

Browse files
committed
whitespace fix
1 parent 407a704 commit c5b80bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/screens/UScreenStatDetail.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ procedure TScreenStatDetail.SetPage(NewPage: cardinal);
241241
if (FormatStr[I] = '\') and (FormatStr[I+1] = 'n') then
242242
Inc(NewlinesInFormatStr);
243243
end;
244-
244+
245245
Count := Ini.StatDetailCount div (NewlinesInFormatStr);
246246

247247
// fetch statistics

0 commit comments

Comments
 (0)