remove the unnecessary blank line before each object name in lsdef output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8459 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
da0b6e5dd1
commit
3ec8cc018c
@ -2783,11 +2783,11 @@ sub defls
|
||||
{
|
||||
if ($#::clobjtypes > 0)
|
||||
{
|
||||
push (@{$rsp_info->{data}}, "\nObject name: $obj ($defhash{$obj}{'objtype'})");
|
||||
push (@{$rsp_info->{data}}, "Object name: $obj ($defhash{$obj}{'objtype'})");
|
||||
}
|
||||
else
|
||||
{
|
||||
push (@{$rsp_info->{data}}, "\nObject name: $obj");
|
||||
push (@{$rsp_info->{data}}, "Object name: $obj");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user