mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
make indenting consistent
This commit is contained in:
parent
188b691bea
commit
a57b80f9c8
16
default.lua
16
default.lua
@ -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
|
||||
|
@ -4735,7 +4735,7 @@ function runner.configure( args, monitors )
|
||||
{
|
||||
0,
|
||||
function
|
||||
( )
|
||||
( )
|
||||
clSettings.onepass = true
|
||||
end
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user