From: David Reiss Date: Tue, 9 Mar 2010 05:19:39 +0000 (+0000) Subject: Eliminate some trailing whitespace X-Git-Tag: 0.3.0~89 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9e8073c5cd71ad72f7603b36514af06cee09c830;p=common%2Fthrift.git Eliminate some trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@920670 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/src/server/TNonblockingServer.h b/lib/cpp/src/server/TNonblockingServer.h index b5476496..cf5aa188 100644 --- a/lib/cpp/src/server/TNonblockingServer.h +++ b/lib/cpp/src/server/TNonblockingServer.h @@ -101,7 +101,7 @@ class TNonblockingServer : public TServer { /// Number of TConnection object we've created size_t numTConnections_; - /// Number of Connections processing or waiting to process + /// Number of Connections processing or waiting to process size_t numActiveProcessors_; /// Limit for how many TConnection objects to cache @@ -740,7 +740,7 @@ class TConnection { * Can be called either when processing is completed or when a waiting * task has been preemptively terminated (on overload). * - * @return true if successful, false if unable to notify (check errno). + * @return true if successful, false if unable to notify (check errno). */ bool notifyServer() { TConnection* connection = this;