Bug 912996: Fix whitespaces, r=qdot

This commit is contained in:
Thomas Zimmermann
2013-09-06 10:17:55 +02:00
parent f509d13178
commit 96038c5a38
2 changed files with 17 additions and 17 deletions

View File

@@ -76,7 +76,7 @@ public:
MOZ_ASSERT(NS_IsMainThread());
return mConsumer == nullptr;
}
void ShutdownOnMainThread()
{
MOZ_ASSERT(NS_IsMainThread());
@@ -134,17 +134,17 @@ public:
ClearDelayedConnectTask();
}
/**
/**
* Connect to a socket
*/
void Connect();
/**
/**
* Run bind/listen to prepare for further runs of accept()
*/
void Listen();
/**
/**
* Accept an incoming connection
*/
void Accept();
@@ -217,7 +217,7 @@ private:
*/
ScopedClose mFd;
/**
/**
* Connector object used to create the connection we are currently using.
*/
nsAutoPtr<UnixSocketConnector> mConnector;
@@ -480,7 +480,7 @@ void ShutdownSocketTask::Run()
NS_ENSURE_SUCCESS_VOID(rv);
}
void
void
UnixSocketImpl::Accept()
{
MOZ_ASSERT(!NS_IsMainThread());