scanner: stop adding trailing whitespace to copyright
authorJon Cruz <jonc@osg.samsung.com>
Mon, 26 Oct 2015 02:50:32 +0000 (11:50 +0900)
committerBryce Harrington <bryce@osg.samsung.com>
Mon, 26 Oct 2015 17:51:20 +0000 (10:51 -0700)
commit1cf175eba453c4453b6be5081afc10cd515590a8
treecb84ff17d3af01441dd70fe9fce731da6d7fb042
parent9a170b98342c1fde42cd3f7fbef73d5af86c3a7c
scanner: stop adding trailing whitespace to copyright

Generated code was unconditionally adding a space to lines
in comments for copyright blocks even if the line was blank.
Updated to not add trailing whitespace for blank lines.

Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
src/scanner.c