Tabs -> spaces
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4742 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -546,7 +546,7 @@ public class ConnectionManager extends LoopingThread
|
||||
int ncapacity = Math.max(_outbuf.capacity() << 1, data.length);
|
||||
log.info("Expanding output buffer size [nsize=" + ncapacity + "].");
|
||||
_outbuf = ByteBuffer.allocateDirect(ncapacity);
|
||||
}
|
||||
}
|
||||
|
||||
boolean fully = true;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user