Browse Source

Remove spaces at the EOL.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac352@3300 e5f2f494-b856-4b98-b285-d166d9295462
Likun Zhang 14 years ago
parent
commit
bc02b787ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/utils/serve_mixin.py

+ 1 - 1
src/lib/python/isc/utils/serve_mixin.py

@@ -57,7 +57,7 @@ class ServeMixIn:
             else:
             else:
                 self._handle_request_noblock()
                 self._handle_request_noblock()
 
 
-        self.__is_shut_down.set()                
+        self.__is_shut_down.set()
 
 
     def shutdown(self):
     def shutdown(self):
         '''Stops the serve_forever loop.
         '''Stops the serve_forever loop.