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 b547649..cf5aa18 100644
--- a/lib/cpp/src/server/TNonblockingServer.h
+++ b/lib/cpp/src/server/TNonblockingServer.h
@@ -101,7 +101,7 @@
   /// 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 @@
    * 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;