You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2010/03/09 06:19:39 UTC

svn commit: r920670 - /incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h

Author: dreiss
Date: Tue Mar  9 05:19:39 2010
New Revision: 920670

URL: http://svn.apache.org/viewvc?rev=920670&view=rev
Log:
Eliminate some trailing whitespace

Modified:
    incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h

Modified: incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h?rev=920670&r1=920669&r2=920670&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h (original)
+++ incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h Tue Mar  9 05:19:39 2010
@@ -101,7 +101,7 @@ class TNonblockingServer : public TServe
   /// 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;