diff options
author | hjk <qtc-commiter@nokia.com> | 2008-12-02 15:08:31 +0100 |
---|---|---|
committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 15:08:31 +0100 |
commit | df7aacd637057300dd20abd06950fc4795c55bf6 (patch) | |
tree | 243adce5bc97bf855cdf32c141d5da8cd766a9e1 /src/plugins/git/annotationhighlighter.cpp | |
parent | 2ef79dca1cd017ecada24430e15a0b8be6b27cb0 (diff) | |
download | qt-creator-df7aacd637057300dd20abd06950fc4795c55bf6.tar.gz |
more file cosmetics
Diffstat (limited to 'src/plugins/git/annotationhighlighter.cpp')
-rw-r--r-- | src/plugins/git/annotationhighlighter.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/git/annotationhighlighter.cpp b/src/plugins/git/annotationhighlighter.cpp index a1436b93ef..9c85deff13 100644 --- a/src/plugins/git/annotationhighlighter.cpp +++ b/src/plugins/git/annotationhighlighter.cpp @@ -30,7 +30,9 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #include "annotationhighlighter.h" + #include <QtCore/QDebug> namespace Git { @@ -49,5 +51,5 @@ QString GitAnnotationHighlighter::changeNumber(const QString &block) const return pos > 1 ? block.left(pos) : QString(); } -} -} +} // namespace Internal +} // namespace Git |