|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [XEND] Remove hard tabs
On Thu, 2006-09-21 at 07:58 +0200, Molle Bestefich wrote:
> Hollis Blanchard:
> > [XEND] Remove hard tabs.
>
> That's stupid, tabs are a relief to use when coding compared to spaces.
That's a separate conversation.
> > - if type(devid) is str:
> > - devicePath = '%s/device/%s' % (self.dompath, deviceClass)
> > - for entry in xstransact.List(devicePath):
> > - backend = xstransact.Read('%s/%s' % (devicePath, entry),
> > "backend")
> > - devName = xstransact.Read(backend, "dev")
>
> > + if type(devid) is str:
> > + devicePath = '%s/device/%s' % (self.dompath, deviceClass)
> > + for entry in xstransact.List(devicePath):
> > + backend = xstransact.Read('%s/%s' % (devicePath, entry),
> > "backend")
> > + devName = xstransact.Read(backend, "dev")
>
> Seems to me like you're breaking Python indentation rules now?
Hmm, that is a stupid mistake on my part...
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|