Skip to content

Commit

Permalink
Fold generated lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed May 27, 2017
1 parent 8763a45 commit 6411bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libvcc/vsctool.py
Expand Up @@ -166,8 +166,8 @@ def emit_c(self):
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)

Expand Down

0 comments on commit 6411bab

Please sign in to comment.