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:
hjk
2011-02-04 09:52:39 +01:00
parent d87ce08880
commit 57eae3191e
92 changed files with 117 additions and 117 deletions

View File

@@ -45,7 +45,7 @@ namespace Interpreter {
class Value;
class ObjectValue;
class FunctionValue;
} // end of namespace Interpreter
} // namespace Interpreter
class QMLJS_EXPORT Evaluate: protected AST::Visitor
{
@@ -165,6 +165,6 @@ private:
const Interpreter::Value *_result;
};
} // end of namespace Qml
} // namespace Qml
#endif // QMLCheck_H