Whitespace cleanup which includes;
[certmaster.git] / certmaster / SSLConnection.py
index 93fabb6..4d4c162 100644 (file)
@@ -99,7 +99,7 @@ class SSLConnection:
 
         if hasattr(data, 'tobytes'):
             data = data.tobytes()
-            
+
         starttime = time.time()
         origlen = len(data)
         sent = -1