mirror of https://github.com/stella-emu/stella.git
Whitespace.
This commit is contained in:
parent
13d4ddb121
commit
e54a98d271
|
@ -328,7 +328,6 @@ void PlusROM::send()
|
|||
// Try to make room by cosuming any requests that have completed.
|
||||
receive();
|
||||
|
||||
|
||||
if (myPendingRequests.size() >= MAX_CONCURRENT_REQUESTS) {
|
||||
Logger::error("PlusCart: max number of concurrent requests exceeded");
|
||||
|
||||
|
|
Loading…
Reference in New Issue