Added space to conform to PEP8
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index c68e5c8..bbdd7ec 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -2354,7 +2354,7 @@
                 pass
 
         self.assertEqual('SSLv3 read client hello B',
-                        server.state_string().decode())
+                         server.state_string().decode())
         self.assertEqual('SSLv3 read server hello A',
                          client.state_string().decode())