diff options
author | Andre Hartmann <aha_1980@gmx.de> | 2013-04-27 09:26:51 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-04-29 11:12:01 +0200 |
commit | d61a4f1ba5e91a81a1da1bf302a1cfc554889392 (patch) | |
tree | 268c5d3f07751902c7544eb270b5aefa1a4bf69b /src | |
parent | 0402a596a71eada121ae6b8919aff6d002cacc7e (diff) | |
download | qt-creator-d61a4f1ba5e91a81a1da1bf302a1cfc554889392.tar.gz |
Git: Fix closing namespace comment.
Change-Id: I886bbbf886439d3d2b484afb2af2131e7c696e65
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/git/gitsubmiteditorwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitsubmiteditorwidget.h b/src/plugins/git/gitsubmiteditorwidget.h index 11cea18b6f..d80cb29e10 100644 --- a/src/plugins/git/gitsubmiteditorwidget.h +++ b/src/plugins/git/gitsubmiteditorwidget.h @@ -81,6 +81,6 @@ private: }; } // namespace Internal -} // namespace Perforce +} // namespace Git #endif // GITSUBMITEDITORWIDGET_H |