From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/settingsdialogworkarounds.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/settingsdialogworkarounds.h') diff --git a/src/settingsdialogworkarounds.h b/src/settingsdialogworkarounds.h index cffc54a0..8c86fd69 100644 --- a/src/settingsdialogworkarounds.h +++ b/src/settingsdialogworkarounds.h @@ -17,8 +17,8 @@ public: // shows the blacklist dialog from the given string and returns the new // blacklist if the user accepted it // - static std::optional changeBlacklistLater( - QWidget* parent, const QString& current); + static std::optional changeBlacklistLater(QWidget* parent, + const QString& current); void update(); @@ -30,4 +30,4 @@ private: void on_resetGeometryBtn_clicked(); }; -#endif // SETTINGSDIALOGWORKAROUNDS_H +#endif // SETTINGSDIALOGWORKAROUNDS_H -- cgit v1.3.1