From 426a506afd1ffb3bd67e61b4693ee9bb968097a1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 4 Sep 2014 01:36:08 +0000 Subject: Simplify code with macros, update comments and fix whitespace. Hopefully all of these changes are inconsequential. Merged back changes from the test refactor branch to reduce diffs. --- test/basicserver/TestCommands.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/basicserver/TestCommands.cpp') diff --git a/test/basicserver/TestCommands.cpp b/test/basicserver/TestCommands.cpp index 7c22eab3..63425f48 100644 --- a/test/basicserver/TestCommands.cpp +++ b/test/basicserver/TestCommands.cpp @@ -72,8 +72,9 @@ std::auto_ptr TestProtocolGetStream::DoCommand(TestProtocol return std::auto_ptr(new TestProtocolGetStream(mStartingValue, mUncertainSize)); } -std::auto_ptr TestProtocolSendStream::DoCommand(TestProtocolReplyable &rProtocol, - TestContext &rContext, IOStream& rDataStream) const +std::auto_ptr TestProtocolSendStream::DoCommand( + TestProtocolReplyable &rProtocol, TestContext &rContext, + IOStream& rDataStream) const { if(mValue != 0x73654353298ffLL) { -- cgit v1.2.3