Running astyle.

This commit is contained in:
lotodore
2011-02-18 20:14:16 +00:00
parent db3fa66ec5
commit a69c248d1c
2 changed files with 6 additions and 10 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ using boost::asio::ip::tcp;
SendDataManager::SendDataManager()
: sendBuf(NULL), curWriteBuf(NULL), sendBufAllocated(0), sendBufUsed(0),
curWriteBufAllocated(0), curWriteBufUsed(0)
: sendBuf(NULL), curWriteBuf(NULL), sendBufAllocated(0), sendBufUsed(0),
curWriteBufAllocated(0), curWriteBufUsed(0)
{
}