On 11/03/2019 13:04, Wei Liu wrote: > Not sure why Python 2 never complained, but Python 3 does. > > Change tabs to spaces. > > Signed-off-by: Wei Liu <[email protected]>
Reviewed-by: Andrew Cooper <[email protected]> Tabs vs spaces was an issue with Py2 which got fixed in 3 when it was fine to break existing scripts. The problem was that with certain editor settings, you could the indentation looking correct while evaluating differently with Pythons idea of indentation. _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
