diff mercurial/keepalive.py @ 19872:681f7b9213a4

check-code: check for spaces around = for named parameters
author Mads Kiilerich <madski@unity3d.com>
date Thu, 03 Oct 2013 14:50:47 +0200
parents 5b1b0e4e6902
children 232d437af120
line wrap: on
line diff
--- a/mercurial/keepalive.py	Thu Oct 03 14:50:47 2013 +0200
+++ b/mercurial/keepalive.py	Thu Oct 03 14:50:47 2013 +0200
@@ -499,7 +499,7 @@
         data, self._rbuf = self._rbuf[:i], self._rbuf[i:]
         return data
 
-    def readlines(self, sizehint = 0):
+    def readlines(self, sizehint=0):
         total = 0
         list = []
         while True: