CheckSymbolExists: Restore newline at end of test source
Refactoring in !7717 (merged) accidentally dropped
the final newline of the test source, which was previously provided by
the input to configure_file
. The C standard requires a newline at the
end of file, so add one explicitly.
Signed-off-by: Andrey Vostrikov andrey.vostrikov@cogentembedded.com
Backport: release
Topic-rename: CheckSymbolExists-restore-newline
Edited by Brad King