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, agent.target,
' finished.' ' finished.'
) )
if settings('onepass') if settings('onepass')
then then
log( log(
'Normal', 'Normal',
'onepass config set, exiting' 'onepass config set, exiting'
) )
terminate( 0 ) terminate( 0 )
end end
return 'ok' return 'ok'
elseif rc == 'again' elseif rc == 'again'
then then

View File

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