From d96d9a5590ae716468e5463582b074c95f516094 Mon Sep 17 00:00:00 2001 From: huweihua Date: Tue, 18 Aug 2015 23:38:16 -0400 Subject: [PATCH] fix some indent issue --- xCAT-server/lib/xcat/plugins/anaconda.pm | 8 ++++---- xCAT-server/lib/xcat/plugins/destiny.pm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index bf7fff333..f348d0026 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1172,10 +1172,10 @@ sub mkinstall } $pkglistfile=$ph->{pkglist}; - $netdrivers = $ph->{netdrivers}; - $driverupdatesrc = $ph->{driverupdatesrc}; - $osupdir = $ph->{'osupdir'}; - + $netdrivers = $ph->{netdrivers}; + $driverupdatesrc = $ph->{driverupdatesrc}; + $osupdir = $ph->{'osupdir'}; + xCAT::MsgUtils->trace($verbose_on_off,"d","anaconda->mkinstall: imagename=$imagename pkgdir=$pkgdir pkglistfile=$pkglistfile tmplfile=$tmplfile partfile=$partfile"); } else { diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index 0fd8916f5..fd0525356 100755 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -97,7 +97,7 @@ sub setdestiny { my $verbose; GetOptions('noupdateinitrd' => \$noupdateinitrd, 'ignorekernelchk' => \$ignorekernelchk, - 'V' => \$verbose); #>>>>>>>used for trace log>>>>>>> + 'V' => \$verbose); #>>>>>>>used for trace log>>>>>>> #>>>>>>>used for trace log start>>>>>>> my $verbose_on_off=0;