From d98c87ff00fc5d65e90f471863b88c3e6c7d8abd Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file perl-xCAT/xCAT/InstUtils.pm --- perl-xCAT/xCAT/InstUtils.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index a8f987b34..ce5a8a112 100755 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -183,7 +183,7 @@ sub myxCATname returns 1 if the hostname is the node I am running on - Gets all the interfcaes defined on this node and sees if + Gets all the interfcaes defined on this node and sees if any of them match the IP of the hostname passed in Arguments: @@ -610,7 +610,7 @@ sub restore_request =head3 taghash - Add a non-numeric tag to any hash keys that are numeric. + Add a non-numeric tag to any hash keys that are numeric. Arguments: Returns: @@ -665,11 +665,11 @@ sub taghash Comments: Based on "os" attr of node definition. If attr is not set, - defaults to OS of current system. + defaults to OS of current system. Example: - my ($rc, $AIXnodes, $Linuxnodes) - = xCAT::InstUtils->getOSnodes(\@noderange) + my ($rc, $AIXnodes, $Linuxnodes) + = xCAT::InstUtils->getOSnodes(\@noderange) =cut @@ -713,7 +713,7 @@ sub getOSnodes =head3 get_server_nodes - Determines the server node names as known by a lists of nodes. + Determines the server node names as known by a lists of nodes. Arguments: $nodes: A list of node names.