mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-22 22:58:35 +00:00
just some spacing
This commit is contained in:
parent
a60f766c34
commit
3b5786a6a0
@ -381,7 +381,6 @@ local Combiner = (function()
|
||||
return "replace"
|
||||
end
|
||||
|
||||
|
||||
----
|
||||
-- new delay replaces the old one
|
||||
--
|
||||
@ -800,7 +799,6 @@ local InletFactory = (function()
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
----
|
||||
-- table of all inlets with their syncs
|
||||
--
|
||||
@ -1002,7 +1000,6 @@ local Excludes = (function()
|
||||
-----
|
||||
-- Turns a rsync like file pattern to a lua pattern.
|
||||
--
|
||||
--
|
||||
local function toLuaPattern(p)
|
||||
local o = p
|
||||
p = string.gsub(p, "%%", "%%%%")
|
||||
@ -1383,7 +1380,6 @@ local Sync = (function()
|
||||
nd.dpos = Queue.push(self.delays, nd)
|
||||
end
|
||||
|
||||
|
||||
-----
|
||||
-- Returns the nearest alarm for this Sync.
|
||||
--
|
||||
@ -1406,7 +1402,6 @@ local Sync = (function()
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
-----
|
||||
-- Gets all delays that are not blocked by active delays.
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user