make indenting consistent

This commit is contained in:
Bernard Gray 2018-12-06 08:41:53 +11:00
parent 188b691bea
commit a57b80f9c8
2 changed files with 9 additions and 9 deletions

View File

@ -120,14 +120,14 @@ default.collect = function
agent.target,
' finished.'
)
if settings('onepass')
then
log(
'Normal',
'onepass config set, exiting'
)
terminate( 0 )
end
if settings('onepass')
then
log(
'Normal',
'onepass config set, exiting'
)
terminate( 0 )
end
return 'ok'
elseif rc == 'again'
then

View File

@ -4735,7 +4735,7 @@ function runner.configure( args, monitors )
{
0,
function
( )
( )
clSettings.onepass = true
end
},