> + > +def format_uint32s(words, indent): > + """ Format a list of uint32_t's sutable for a macro definition """
s/sutable/suitable/
> + spaces = " " * indent
> + return spaces + (", \\\n" + spaces).join(words) + ", \\"
> +
> +
_______________________________________________
Xen-devel mailing list
[email protected]
http://lists.xen.org/xen-devel
