LIO: followup: fix indentation
This commit is contained in:
@ -369,7 +369,7 @@ sub run_lun_command {
|
||||
# fetch configuration from target if we haven't yet
|
||||
# or if our configuration is stale
|
||||
my $timediff = time - $SETTINGS_TIMESTAMP;
|
||||
if ( ! $SETTINGS || $timediff > $SETTINGS_MAXAGE ) {
|
||||
if (!$SETTINGS || $timediff > $SETTINGS_MAXAGE) {
|
||||
$SETTINGS_TIMESTAMP = time;
|
||||
$parser->($scfg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user