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/loghighlighter.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/loghighlighter.h') diff --git a/src/loghighlighter.h b/src/loghighlighter.h index 95ea6f2f..893f036d 100644 --- a/src/loghighlighter.h +++ b/src/loghighlighter.h @@ -28,18 +28,16 @@ along with Mod Organizer. If not, see . **/ class LogHighlighter : public QSyntaxHighlighter { - Q_OBJECT + Q_OBJECT public: - explicit LogHighlighter(QObject *parent = 0); + explicit LogHighlighter(QObject* parent = 0); signals: public slots: protected: - - virtual void highlightBlock(const QString &text); - + virtual void highlightBlock(const QString& text); }; -#endif // LOGHIGHLIGHTER_H +#endif // LOGHIGHLIGHTER_H -- cgit v1.3.1