LIO: followup: fix indentation

This commit is contained in:
Thomas Lamprecht
2018-08-02 14:39:55 +02:00
parent d9254744a8
commit ccdf8ddbda

View File

@ -369,7 +369,7 @@ sub run_lun_command {
# fetch configuration from target if we haven't yet # fetch configuration from target if we haven't yet
# or if our configuration is stale # or if our configuration is stale
my $timediff = time - $SETTINGS_TIMESTAMP; my $timediff = time - $SETTINGS_TIMESTAMP;
if ( ! $SETTINGS || $timediff > $SETTINGS_MAXAGE ) { if (!$SETTINGS || $timediff > $SETTINGS_MAXAGE) {
$SETTINGS_TIMESTAMP = time; $SETTINGS_TIMESTAMP = time;
$parser->($scfg); $parser->($scfg);
} }