[Python-checkins] hooks: remove trailing whitespace

benjamin.peterson python-checkins at python.org
Fri Sep 12 16:41:26 CEST 2014


http://hg.python.org/hooks/rev/f329305f5d37
changeset:   89:f329305f5d37
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 12 10:40:23 2014 -0400
summary:
  remove trailing whitespace

files:
  hgbuildbot.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/hgbuildbot.py b/hgbuildbot.py
--- a/hgbuildbot.py
+++ b/hgbuildbot.py
@@ -48,7 +48,7 @@
     s = sendchange.Sender(master)
     d = defer.Deferred()
     reactor.callLater(0, d.callback, None)
-    
+
     def send(res, c):
         return s.send(**c)
     for change in changes:

-- 
Repository URL: http://hg.python.org/hooks


More information about the Python-checkins mailing list