From 9e8073c5cd71ad72f7603b36514af06cee09c830 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 9 Mar 2010 05:19:39 +0000 Subject: [PATCH] Eliminate some trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@920670 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/server/TNonblockingServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1