Two minor cosmetic changes

This commit is contained in:
Tom Eastep 2011-04-10 09:52:00 -07:00
parent 2a34a30b42
commit 8abc78331b
2 changed files with 1 additions and 2 deletions

View File

@ -369,7 +369,7 @@ sub generate_script_3($) {
mark_firewall_not_started; mark_firewall_not_started;
emit ('', emit ( '',
'delete_proxyarp', 'delete_proxyarp',
'' ''
); );

View File

@ -1371,7 +1371,6 @@ sub pop_include() {
# This function is normally called below in read_a_line() when EOF is reached. Clients of the # This function is normally called below in read_a_line() when EOF is reached. Clients of the
# module may also call the function to close the file before EOF # module may also call the function to close the file before EOF
# #
sub close_file() { sub close_file() {
if ( $currentfile ) { if ( $currentfile ) {
my $result = close $currentfile; my $result = close $currentfile;