r47335 - Remove extraneous spaces.

mithrandi-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Mon, 2 May 2016 19:06:33 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: mithrandi
Date: Mon May  2 19:06:28 2016
New Revision: 47335

Modified:
   branches/attribute-spaces-8315/twisted/internet/_sslverify.py

Log:
Remove extraneous spaces.

Modified: branches/attribute-spaces-8315/twisted/internet/_sslverify.py
==============================================================================
--- branches/attribute-spaces-8315/twisted/internet/_sslverify.py	(original)
+++ branches/attribute-spaces-8315/twisted/internet/_sslverify.py	Mon May  2 19:06:28 2016
@@ -1364,9 +1364,9 @@
     _OP_ALL = getattr(SSL, 'OP_ALL', 0x0000FFFF)
     _OP_NO_TICKET = getattr(SSL, 'OP_NO_TICKET', 0x00004000)
     _OP_NO_COMPRESSION = getattr(SSL, 'OP_NO_COMPRESSION', 0x00020000)
-    _OP_CIPHER_SERVER_PREFERENCE = getattr(SSL, 'OP_CIPHER_SERVER_PREFERENCE ',
+    _OP_CIPHER_SERVER_PREFERENCE = getattr(SSL, 'OP_CIPHER_SERVER_PREFERENCE',
                                            0x00400000)
-    _OP_SINGLE_ECDH_USE = getattr(SSL, 'OP_SINGLE_ECDH_USE ', 0x00080000)
+    _OP_SINGLE_ECDH_USE = getattr(SSL, 'OP_SINGLE_ECDH_USE', 0x00080000)
 
 
     @_mutuallyExclusiveArguments([