util: Reorder format tests -- group by format.

This commit is contained in:
José Fonseca
2010-04-09 14:14:54 +01:00
parent d3808b1b1f
commit b1cfc195bb
2 changed files with 32 additions and 29 deletions
@@ -172,7 +172,6 @@ def write_format_table(formats):
print " case %s:" % format.name
print " return &util_format_%s_description;" % (format.short_name(),)
print " default:"
print " assert(0);"
print " return NULL;"
print " }"
print "}"