ovsdb-idlc: Write a new-line at the end of "annotate" output.
authorBen Pfaff <blp@nicira.com>
Mon, 10 Jun 2013 17:25:29 +0000 (10:25 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 10 Jun 2013 17:26:11 +0000 (10:26 -0700)
commite73a84539fecfb42d24ae37c1cfb78db800e6ea6
tree8926c55d2528d30de71572bcb85bdf33c25a1e5e
parente0bf39844610663e3fe76b96a31dff39e024cd2d
ovsdb-idlc: Write a new-line at the end of "annotate" output.

Some tools do not like text files that lack a trailing new-line.  In
particular, Debian's dpkg-source utility complains about a missing new-line
in the file generated by ovsdb-idlc:

    dpkg-source: warning: file
    openvswitch-1.9.2+git20130605/lib/vswitch-idl.ovsidl has no final
    newline (either original or modified version)

This commit fixes the problem.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ovsdb/ovsdb-idlc.in