mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
tools/tb2err: Trim trailing whitespace
This commit is contained in:
parent
bb26331c4b
commit
3d4d094026
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ for line in io.lines() do
|
||||||
or src:match("/()modules/")
|
or src:match("/()modules/")
|
||||||
or src:match("/()prosody%-modules/")
|
or src:match("/()prosody%-modules/")
|
||||||
or src:match("/()plugins/")
|
or src:match("/()plugins/")
|
||||||
or src:match("/()prosody[ctl]*$")
|
or src:match("/()prosody[ctl]*$")
|
||||||
if cut then
|
if cut then
|
||||||
src = src:sub(cut);
|
src = src:sub(cut);
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue