mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	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:
		| @@ -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"); | ||||
|                         } | ||||
|                     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user