Have xcoll force a newline at end of output to help keep headers clear

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@43 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2007-11-09 20:00:27 +00:00
parent 64fd2dbdde
commit 855ec960d5

View File

@ -24,4 +24,5 @@ foreach (keys %collated) {
print "$nodes\n";
print "====================================\n";
print $_;
print "\n";
}