mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Add newline at end of files
This commit is contained in:
parent
b8a58dab87
commit
45680f8610
3 changed files with 3 additions and 3 deletions
|
|
@ -766,4 +766,4 @@ CPOWManager*
|
|||
mozilla::jsipc::CPOWManagerFor(PJavaScriptChild* aChild)
|
||||
{
|
||||
return static_cast<JavaScriptChild*>(aChild);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -234,4 +234,4 @@ class JavaScriptShared : public CPOWManager
|
|||
} // namespace jsipc
|
||||
} // namespace mozilla
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -795,4 +795,4 @@ WrapperAnswer::RecvDropObject(const ObjectId& objId)
|
|||
objects_.remove(objId);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue