aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h b/src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h
index e79b26b6a7..91a4f1e912 100644
--- a/src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h
+++ b/src/libs/3rdparty/syntax-highlighting/src/lib/format_p.h
@@ -31,13 +31,13 @@
#include <QSharedData>
#include <QString>
-namespace KSyntaxHighlighting {
-
+namespace KSyntaxHighlighting
+{
class FormatPrivate : public QSharedData
{
public:
FormatPrivate() = default;
- static FormatPrivate* detachAndGet(Format &format);
+ static FormatPrivate *detachAndGet(Format &format);
TextStyleData styleOverride(const Theme &theme) const;
void load(QXmlStreamReader &reader);