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

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

View File

@ -61,3 +61,4 @@ private:
}
#endif /* AVALUE_H */

View File

@ -54,3 +54,4 @@ ConfigCompilerContext *ConfigCompilerContext::GetInstance(void)
{
return Singleton<ConfigCompilerContext>::GetInstance();
}

View File

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

View File

@ -148,3 +148,4 @@ private:
}
#endif /* CLASSCOMPILER_H */