summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager/pkgconfigtool.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-02-04 09:52:39 +0100
committerhjk <qtc-committer@nokia.com>2011-02-04 12:45:32 +0100
commit57eae3191e51c11449366a7e39803ef28cc8aff5 (patch)
tree7912b9663afe332bbd84779de25a331bea41dcc7 /src/plugins/genericprojectmanager/pkgconfigtool.h
parentd87ce08880fb1158e3c4560609142d0a2768ab38 (diff)
downloadqt-creator-57eae3191e51c11449366a7e39803ef28cc8aff5.tar.gz
s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
Diffstat (limited to 'src/plugins/genericprojectmanager/pkgconfigtool.h')
-rw-r--r--src/plugins/genericprojectmanager/pkgconfigtool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/genericprojectmanager/pkgconfigtool.h b/src/plugins/genericprojectmanager/pkgconfigtool.h
index 05518457d7..d9c559a43d 100644
--- a/src/plugins/genericprojectmanager/pkgconfigtool.h
+++ b/src/plugins/genericprojectmanager/pkgconfigtool.h
@@ -66,7 +66,7 @@ private:
mutable QList<Package> m_packages;
};
-} // end of namespace Internal
-} // end of namespace GenericProjectManager
+} // namespace Internal
+} // namespace GenericProjectManager
#endif // PKGCONFIGTOOL_H