diff options
Diffstat (limited to 'src/plugins/subversion/annotationhighlighter.h')
-rw-r--r-- | src/plugins/subversion/annotationhighlighter.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/subversion/annotationhighlighter.h b/src/plugins/subversion/annotationhighlighter.h index b1e451aca90..d822d4b65e7 100644 --- a/src/plugins/subversion/annotationhighlighter.h +++ b/src/plugins/subversion/annotationhighlighter.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef ANNOTATIONHIGHLIGHTER_H #define ANNOTATIONHIGHLIGHTER_H @@ -52,7 +53,7 @@ private: const QChar m_blank; }; -} //namespace Subversion -} //namespace Internal +} // namespace Internal +} // namespace Subversion -#endif +#endif // ANNOTATIONHIGHLIGHTER_H |