Commit 6411bab3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fold generated lines

parent 8763a451
......@@ -166,8 +166,8 @@ class vscset(object):
for i in self.mbrs:
fo.write("_Static_assert(offsetof(" + self.struct)
fo.write(", " + i.arg + ")")
fo.write(" == %d," % (i.param["index"] - 8))
fo.write(' "VSC element offset is wrong");\n')
fo.write(" == %d,\n" % (i.param["index"] - 8))
fo.write(' "VSC element offset is wrong");\n')
self.emit_json(fo)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment