just some spacing

This commit is contained in:
Axel Kittenberger 2011-11-23 11:05:42 +01:00
parent a60f766c34
commit 3b5786a6a0
1 changed files with 132 additions and 137 deletions

View File

@ -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.
--