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