Add missing newlines.

Refs #4990
This commit is contained in:
Gunnar Beutner 2013-11-03 10:41:30 +01:00
parent 375c5a53c6
commit 3308eb1d87
5 changed files with 9 additions and 4 deletions

View File

@ -66,4 +66,5 @@ Value AExpression::Evaluate(const Object::Ptr& thisRef) const
default: default:
ASSERT(!"Invalid operator."); ASSERT(!"Invalid operator.");
} }
} }

View File

@ -60,4 +60,5 @@ private:
} }
#endif /* AVALUE_H */ #endif /* AVALUE_H */

View File

@ -53,4 +53,5 @@ void ConfigCompilerContext::Reset(void)
ConfigCompilerContext *ConfigCompilerContext::GetInstance(void) ConfigCompilerContext *ConfigCompilerContext::GetInstance(void)
{ {
return Singleton<ConfigCompilerContext>::GetInstance(); return Singleton<ConfigCompilerContext>::GetInstance();
} }

View File

@ -24,3 +24,4 @@
#endif /* _WIN32 */ #endif /* _WIN32 */
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>

View File

@ -147,4 +147,5 @@ private:
} }
#endif /* CLASSCOMPILER_H */ #endif /* CLASSCOMPILER_H */