summaryrefslogtreecommitdiff
path: root/src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h b/src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h
index b1a05ee636..c79801dd3d 100644
--- a/src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h
+++ b/src/libs/3rdparty/syntax-highlighting/src/lib/matchresult_p.h
@@ -26,8 +26,8 @@
#include <QStringList>
-namespace KSyntaxHighlighting {
-
+namespace KSyntaxHighlighting
+{
/**
* Storage for match result of a Rule.
* Heavily used internally during highlightLine, therefore completely inline.
@@ -73,7 +73,6 @@ public:
return m_offset;
}
-
/**
* Skip offset of the match
* @return skip offset of the match, no match possible until this offset is reached