summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-29 18:50:35 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-29 18:50:35 +0000
commitcaa1d56fd25c6c3857b338a9eb8e8d456829e584 (patch)
tree76410e9aec481d185ce3db4edca30876f6fad728
parent47383b5d265b46142c8de75c177bfdbd9b0ddb91 (diff)
Added newlines at the end of a couple of created files.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@149 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/schedule_parser.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/schedule_parser.pl b/lib/sbin/schedule_parser.pl
index 6c2dea1a..9ae9bd7d 100644
--- a/lib/sbin/schedule_parser.pl
+++ b/lib/sbin/schedule_parser.pl
@@ -55,8 +55,8 @@ sub create_schedule_code
&parse_schedule_ccl($thorn,"startup",OUTSTART,PROTO,@indata);
# The footer for the thorn RFR routine
- print OUTRFR "}";
- print OUTSTART "}";
+ print OUTRFR "}\n";
+ print OUTSTART "}\n";
close OUTRFR;
close OUTSTART;