diff options
author | Kim Alvefur <zash@zash.se> | 2023-04-08 12:56:13 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-04-08 12:56:13 +0200 |
commit | 3d4d0940266a74c823de9bf85f5dae4d10c32635 (patch) | |
tree | afa781394c7d1f4db4378249a566aa5ff021550a /tools | |
parent | bb26331c4b52b32d1e5195d235b3adb07cfa31fe (diff) | |
download | prosody-3d4d0940266a74c823de9bf85f5dae4d10c32635.tar.gz prosody-3d4d0940266a74c823de9bf85f5dae4d10c32635.zip |
tools/tb2err: Trim trailing whitespace
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tb2err | 2 |
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 |