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:
		@@ -80,7 +80,7 @@ public:
 | 
			
		||||
    QList<CPlusPlus::Document::DiagnosticMessage> diagnosticMessages;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // end of namespace Internal
 | 
			
		||||
} // end of namespace CppEditor;
 | 
			
		||||
} // namespace Internal
 | 
			
		||||
} // namespace CppEditor;
 | 
			
		||||
 | 
			
		||||
#endif // CPPSEMANTICINFO_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user