forked from qt-creator/qt-creator
		
	s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -54,7 +54,7 @@ namespace CPlusPlus {
 | 
			
		||||
namespace TextEditor {
 | 
			
		||||
    class ITextEditor;
 | 
			
		||||
    class ITextMark;
 | 
			
		||||
} // end of namespace TextEditor
 | 
			
		||||
} // namespace TextEditor
 | 
			
		||||
 | 
			
		||||
namespace CppTools {
 | 
			
		||||
namespace Internal {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user