From 4b577f29323c91450d73459e1172a8f1963e4470 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 Feb 2024 13:32:52 +0100 Subject: [PATCH] Fix indentation in wxQtMessageDialog No real changes. --- src/qt/msgdlg.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qt/msgdlg.cpp b/src/qt/msgdlg.cpp index 29b7eb2c94..fa3d17379c 100644 --- a/src/qt/msgdlg.cpp +++ b/src/qt/msgdlg.cpp @@ -18,9 +18,8 @@ class wxQtMessageDialog : public wxQtEventSignalHandler< QMessageBox, wxMessageDialog > { - - public: - wxQtMessageDialog( wxWindow *parent, wxMessageDialog *handler ); +public: + wxQtMessageDialog( wxWindow *parent, wxMessageDialog *handler ); };