Tabs -> spaces

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4742 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2007-06-26 00:07:36 +00:00
parent 8aadcfe757
commit 3b701ef57d
10 changed files with 55 additions and 55 deletions
@@ -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 {