Trim trailing whitespace for src/*.{h,cpp}

This commit is contained in:
Jeff Garzik
2012-09-18 15:07:58 -04:00
committed by Jeff Garzik
parent 8b371316c5
commit ea0796bde3
11 changed files with 17 additions and 17 deletions

View File

@@ -983,7 +983,7 @@ void ThreadRPCServer3(void* parg)
strReply = JSONRPCExecBatch(valRequest.get_array());
else
throw JSONRPCError(-32700, "Top-level object parse error");
conn->stream() << HTTPReply(200, strReply, fRun) << std::flush;
}
catch (Object& objError)