> + > +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 Xen-devel@lists.xen.org http://lists.xen.org/xen-devel