diff options
author | hjk <[email protected]> | 2008-12-02 16:19:05 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 16:19:05 +0100 |
commit | cf11b696431d26920f54598c8f03f0a5cf822ffa (patch) | |
tree | 9387102d435481132b721fde8ca062c5b8a4f73f /src/plugins/vcsbase/baseannotationhighlighter.cpp | |
parent | 10e963fb6134b3974901707daa99f5a94d696bed (diff) |
more code cosmetics
Diffstat (limited to 'src/plugins/vcsbase/baseannotationhighlighter.cpp')
-rw-r--r-- | src/plugins/vcsbase/baseannotationhighlighter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.cpp b/src/plugins/vcsbase/baseannotationhighlighter.cpp index 977b02a26c8..5b02bc9ea1a 100644 --- a/src/plugins/vcsbase/baseannotationhighlighter.cpp +++ b/src/plugins/vcsbase/baseannotationhighlighter.cpp @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #include "baseannotationhighlighter.h" #include <math.h> @@ -98,5 +99,4 @@ void BaseAnnotationHighlighter::highlightBlock(const QString &text) setFormat(0, text.length(), it.value()); } -} - +} // namespace VCSBase |