Software /
code /
prosody
Changeset
13066:4aa4a51a7a77
tools/tb2err: Trim trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Apr 2023 12:56:13 +0200 |
parents | 13065:ab546c5977ed |
children | 13067:386ca97bec5b |
files | tools/tb2err |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/tb2err Sat Apr 08 12:55:08 2023 +0200 +++ b/tools/tb2err Sat Apr 08 12:56:13 2023 +0200 @@ -13,7 +13,7 @@ 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