From 4a227e0523391bc026bf96c3c31d44a39cac1701 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 7 Oct 2025 14:32:48 -0400 Subject: [WARP] Format UI plugin --- plugins/warp/ui/matched.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/warp/ui/matched.h') diff --git a/plugins/warp/ui/matched.h b/plugins/warp/ui/matched.h index 5e333e25..70c624d5 100644 --- a/plugins/warp/ui/matched.h +++ b/plugins/warp/ui/matched.h @@ -6,22 +6,22 @@ class WarpMatchedFunctionTableWidget : public WarpFunctionTableWidget { - Q_OBJECT + Q_OBJECT }; class WarpMatchedWidget : public QWidget { - Q_OBJECT - BinaryViewRef m_current; + Q_OBJECT + BinaryViewRef m_current; - QSplitter *m_splitter; + QSplitter* m_splitter; - WarpFunctionTableWidget *m_tableWidget; + WarpFunctionTableWidget* m_tableWidget; public: - explicit WarpMatchedWidget(BinaryViewRef current); + explicit WarpMatchedWidget(BinaryViewRef current); - ~WarpMatchedWidget() override = default; + ~WarpMatchedWidget() override = default; - void Update(); + void Update(); }; -- cgit v1.3.1