From: travisutk Date: Fri, 26 Feb 2010 21:07:07 +0000 (+0000) Subject: Formatting changes. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=80f715413cd6845dca618441a163c75966290a3e Formatting changes. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@354 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index e9d587a..9965aab 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -45,7 +45,7 @@ class GoodFETCC(GoodFET): if g.childNodes!=0: description=g.childNodes[0].nodeValue; #print "SFRX(%10s, %s); /* %50s */" % (name,address, description); - print "%10s=0x%02x; /* %50s */" % ( + print "%-10s=0x%02x; /* %-50s */" % ( name,self.CCpeekdatabyte(eval(address)), description); def CChaltcpu(self): """Halt the CPU."""