removed space

This commit is contained in:
root
2015-02-17 22:46:31 +01:00
parent beddeccb64
commit cffd844aaf

View File

@@ -32,7 +32,6 @@ void FifoStrict::NotifyBeginRD()
// controller.scheduleNextFromScheduler explicitly, otherwise there will be a deadlock in the system
controller.scheduleNextFromScheduler(DramExtension::getBank(buffer.front()));
}
}
std::pair<Command, tlm::tlm_generic_payload *> FifoStrict::getNextRequest(Bank bank)