From f37803bd9a35bf678d99c04e779fb17e231f9d73 Mon Sep 17 00:00:00 2001 From: instarepo Date: Mon, 3 Oct 2022 01:05:36 +0200 Subject: [PATCH] chore: Auto-formatted Pascal files: frmResults.pas --- frmResults.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frmResults.pas b/frmResults.pas index f0205ec..34d9b8f 100644 --- a/frmResults.pas +++ b/frmResults.pas @@ -202,8 +202,8 @@ begin SendMessage(wnd, CB_GETLBTEXT, i - 1, Longint(@itemtext)); node2 := AddChild(node1, 'Item #' + IntToStr(i)); AddChild(node2, 'Text = ' + itemtext); - AddChild(node2, 'Data = ' + IntToStr(SendMessage(wnd, - CB_GETITEMDATA, i - 1, 0))); + AddChild(node2, 'Data = ' + + IntToStr(SendMessage(wnd, CB_GETITEMDATA, i - 1, 0))); end; end; end;