mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1928734: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
573c3f5a9d
commit
b918cc7d06
@ -162,10 +162,9 @@ bool NodeController::SendUserMessage(const PortRef& aPort,
|
||||
return false;
|
||||
}
|
||||
|
||||
auto NodeController::SerializeEventMessage(UniquePtr<Event> aEvent,
|
||||
const NodeName* aRelayTarget,
|
||||
uint32_t aType)
|
||||
-> UniquePtr<IPC::Message> {
|
||||
auto NodeController::SerializeEventMessage(
|
||||
UniquePtr<Event> aEvent, const NodeName* aRelayTarget,
|
||||
uint32_t aType) -> UniquePtr<IPC::Message> {
|
||||
UniquePtr<IPC::Message> message;
|
||||
if (aEvent->type() == Event::kUserMessage) {
|
||||
MOZ_DIAGNOSTIC_ASSERT(
|
||||
|
@ -56,7 +56,7 @@ class FdWatcher : public MessageLoopForIO::Watcher, public nsIObserver {
|
||||
* function is also called when you're at eof (read() returns 0 in this case).
|
||||
*/
|
||||
virtual void OnFileCanReadWithoutBlocking(int aFd) override = 0;
|
||||
virtual void OnFileCanWriteWithoutBlocking(int aFd) override{};
|
||||
virtual void OnFileCanWriteWithoutBlocking(int aFd) override {};
|
||||
|
||||
NS_DECL_THREADSAFE_ISUPPORTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user