Formatting

This commit is contained in:
Trustin Lee 2008-09-26 09:05:41 +00:00
parent 362ecf640b
commit 90ea9aa047

View File

@ -370,6 +370,7 @@ class NioWorker implements Runnable {
if (internalWriteBuffer.isEmpty()) { if (internalWriteBuffer.isEmpty()) {
channel.writeBuffer.drainTo(internalWriteBuffer); channel.writeBuffer.drainTo(internalWriteBuffer);
} }
evt = channel.currentWriteEvent; evt = channel.currentWriteEvent;
for (;;) { for (;;) {
if (evt == null) { if (evt == null) {