summaryrefslogtreecommitdiff
path: root/src/plugins/git/commitdata.cpp
diff options
context:
space:
mode:
authorhjk <qtc-commiter@nokia.com>2008-12-02 15:08:31 +0100
committerhjk <qtc-commiter@nokia.com>2008-12-02 15:08:31 +0100
commitdf7aacd637057300dd20abd06950fc4795c55bf6 (patch)
tree243adce5bc97bf855cdf32c141d5da8cd766a9e1 /src/plugins/git/commitdata.cpp
parent2ef79dca1cd017ecada24430e15a0b8be6b27cb0 (diff)
downloadqt-creator-df7aacd637057300dd20abd06950fc4795c55bf6.tar.gz
more file cosmetics
Diffstat (limited to 'src/plugins/git/commitdata.cpp')
-rw-r--r--src/plugins/git/commitdata.cpp5
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