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:
		@@ -53,7 +53,7 @@ namespace QmlJSEditor {
 | 
			
		||||
 | 
			
		||||
namespace Internal {
 | 
			
		||||
class QmlJSQuickFixCollector;
 | 
			
		||||
} // end of namespace Internal
 | 
			
		||||
} // namespace Internal
 | 
			
		||||
 | 
			
		||||
/*!
 | 
			
		||||
    Specialized QuickFixState for QML/JavaScript quick-fixes.
 | 
			
		||||
@@ -161,7 +161,7 @@ public:
 | 
			
		||||
    static void registerQuickFixes(ExtensionSystem::IPlugin *plugIn);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // end of namespace Internal
 | 
			
		||||
} // end of namespace QmlJSEditor
 | 
			
		||||
} // namespace Internal
 | 
			
		||||
} // namespace QmlJSEditor
 | 
			
		||||
 | 
			
		||||
#endif // QMLJSQUICKFIX_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user