diff options
Diffstat (limited to 'src/plugins/git/commitdata.cpp')
-rw-r--r-- | src/plugins/git/commitdata.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/git/commitdata.cpp b/src/plugins/git/commitdata.cpp index b1d0131377..60e2173a66 100644 --- a/src/plugins/git/commitdata.cpp +++ b/src/plugins/git/commitdata.cpp @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #include "commitdata.h" #include <QtCore/QDebug> @@ -92,5 +93,5 @@ QDebug operator<<(QDebug d, const CommitData &data) return d; } -} -} +} // namespace Internal +} // namespace Git |