diff options
author | hjk <qtc-commiter@nokia.com> | 2008-12-02 16:19:05 +0100 |
---|---|---|
committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 16:19:05 +0100 |
commit | cf11b696431d26920f54598c8f03f0a5cf822ffa (patch) | |
tree | 9387102d435481132b721fde8ca062c5b8a4f73f /src/plugins/vcsbase/baseannotationhighlighter.h | |
parent | 10e963fb6134b3974901707daa99f5a94d696bed (diff) | |
download | qt-creator-cf11b696431d26920f54598c8f03f0a5cf822ffa.tar.gz |
more code cosmetics
Diffstat (limited to 'src/plugins/vcsbase/baseannotationhighlighter.h')
-rw-r--r-- | src/plugins/vcsbase/baseannotationhighlighter.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.h b/src/plugins/vcsbase/baseannotationhighlighter.h index e57e6c8d42..bedd11a12b 100644 --- a/src/plugins/vcsbase/baseannotationhighlighter.h +++ b/src/plugins/vcsbase/baseannotationhighlighter.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef BASEANNOTATIONHIGHLIGHTER_H #define BASEANNOTATIONHIGHLIGHTER_H @@ -71,6 +72,6 @@ private: BaseAnnotationHighlighterPrivate *m_d; }; -} //namespace Internal +} // namespace VCSBase -#endif +#endif // BASEANNOTATIONHIGHLIGHTER_H |