From: Brian Warner Date: Thu, 1 Nov 2007 22:34:01 +0000 (-0700) Subject: trailing-whitespace eradication, no functional changes X-Git-Tag: allmydata-tahoe-0.7.0~311 X-Git-Url: https://git.rkrishnan.org/simplejson//%22news.html/%22?a=commitdiff_plain;h=a03704918893e2ae40b4f35d8d2bc240cb3e3eb1;p=tahoe-lafs%2Ftahoe-lafs.git trailing-whitespace eradication, no functional changes --- diff --git a/src/allmydata/node.py b/src/allmydata/node.py index faa1dc8b..7310595c 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -29,7 +29,7 @@ def formatTimeTahoeStyle(self, when): return d.isoformat(" ") + ".000Z" class Node(service.MultiService): - # this implements common functionality of both Client nodes, Introducer + # this implements common functionality of both Client nodes, Introducer # nodes, and Vdrive nodes NODETYPE = "unknown NODETYPE" PORTNUMFILE = None