Add newline at end of files

This commit is contained in:
win7-7 2019-04-29 15:37:46 +03:00 committed by Roy Tam
commit 45680f8610
3 changed files with 3 additions and 3 deletions

View file

@ -766,4 +766,4 @@ CPOWManager*
mozilla::jsipc::CPOWManagerFor(PJavaScriptChild* aChild)
{
return static_cast<JavaScriptChild*>(aChild);
}
}

View file

@ -234,4 +234,4 @@ class JavaScriptShared : public CPOWManager
} // namespace jsipc
} // namespace mozilla
#endif
#endif

View file

@ -795,4 +795,4 @@ WrapperAnswer::RecvDropObject(const ObjectId& objId)
objects_.remove(objId);
}
return true;
}
}