aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-04-08 12:56:13 +0200
committerKim Alvefur <zash@zash.se>2023-04-08 12:56:13 +0200
commit3d4d0940266a74c823de9bf85f5dae4d10c32635 (patch)
treeafa781394c7d1f4db4378249a566aa5ff021550a /tools
parentbb26331c4b52b32d1e5195d235b3adb07cfa31fe (diff)
downloadprosody-3d4d0940266a74c823de9bf85f5dae4d10c32635.tar.gz
prosody-3d4d0940266a74c823de9bf85f5dae4d10c32635.zip
tools/tb2err: Trim trailing whitespace
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tb2err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tb2err b/tools/tb2err
index 63664cd3..76c847dc 100755
--- a/tools/tb2err
+++ b/tools/tb2err
@@ -13,7 +13,7 @@ for line in io.lines() do
or src:match("/()modules/")
or src:match("/()prosody%-modules/")
or src:match("/()plugins/")
- or src:match("/()prosody[ctl]*$")
+ or src:match("/()prosody[ctl]*$")
if cut then
src = src:sub(cut);
end