put a line between stanzas

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-05-12 19:05:18 +00:00
parent 4939b7f2c4
commit 4a4aaab41b

View File

@ -408,6 +408,9 @@ sub getNodeinfo
$xcatline = "";
}
}
$xcatline = "\n";
write_stanza($xcatline);
$xcatline = "";
}
close(STANZA);
@ -548,6 +551,9 @@ sub getDevinfo
$xcatline = "";
}
}
$xcatline = "\n";
write_stanza($xcatline);
$xcatline = "";
}
close(STANZA);
return 0;