forked from mirrors/0ad
Actually remove trailing whitespace for non-header files as well.
This was SVN commit r18989.
This commit is contained in:
@@ -729,7 +729,7 @@ bool ScriptInterface::GetPropertyInt_(JS::HandleValue obj, int name, JS::Mutable
|
||||
|
||||
bool ScriptInterface::HasProperty(JS::HandleValue obj, const char* name)
|
||||
{
|
||||
// TODO: proper errorhandling
|
||||
// TODO: proper errorhandling
|
||||
JSAutoRequest rq(m->m_cx);
|
||||
if (!obj.isObject())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user