Some minor whitespace changes in the generated output file

svn path=/trunk/; revision=30287
This commit is contained in:
Kovarththanan Rajaratnam 2009-10-04 08:26:59 +00:00
parent 28cb748f56
commit 337f820d3c
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ echo '#include "register.h"' >>${outfile}-tmp
#
# Build code to call all the tap listener registration routines.
#
echo 'void register_all_tap_listeners(void) {' >>${outfile}-tmp
echo -e 'void register_all_tap_listeners(void)\n{' >>${outfile}-tmp
for f in "$@"
do
if [ -f $f ]
@ -42,6 +42,6 @@ done | while read func; do
echo " { extern void $func(void);" >>${outfile}-tmp
echo " $func();}" >>${outfile}-tmp
done
echo '}' >>${outfile}-tmp
echo -e '}\n' >>${outfile}-tmp
mv ${outfile}-tmp ${outfile}