From 57eae3191e51c11449366a7e39803ef28cc8aff5 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 4 Feb 2011 09:52:39 +0100 Subject: s:// end of namespace :// namespace :g for consistency We use the latter style everywhere else to signify the end of a namespace block. --- src/plugins/cpptools/cppfindreferences.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/cpptools/cppfindreferences.h') diff --git a/src/plugins/cpptools/cppfindreferences.h b/src/plugins/cpptools/cppfindreferences.h index d3cc5230bc..c9c8b49071 100644 --- a/src/plugins/cpptools/cppfindreferences.h +++ b/src/plugins/cpptools/cppfindreferences.h @@ -49,7 +49,7 @@ QT_FORWARD_DECLARE_CLASS(QTimer) namespace Find { class SearchResultWindow; struct SearchResultItem; -} // end of namespace Find +} // namespace Find namespace CPlusPlus { class CppModelManagerInterface; @@ -100,7 +100,7 @@ private: CPlusPlus::DependencyTable m_deps; }; -} // end of namespace Internal -} // end of namespace CppTools +} // namespace Internal +} // namespace CppTools #endif // CPPFINDREFERENCES_H -- cgit v1.2.1