mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
9f1a67caa5
commit
ea7f5f9640
@ -118,7 +118,8 @@ string IPCSocket::sendRequest(string const& _req)
|
||||
// Also consider closed socket an error.
|
||||
if (ret < 0)
|
||||
BOOST_FAIL("Reading on IPC failed.");
|
||||
} while (
|
||||
}
|
||||
while (
|
||||
ret == 0 &&
|
||||
chrono::duration_cast<chrono::milliseconds>(chrono::steady_clock::now() - start).count() < m_readTimeOutMS
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user