Software /
code /
prosody
Diff
tools/tb2err @ 13066:4aa4a51a7a77
tools/tb2err: Trim trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Apr 2023 12:56:13 +0200 |
parent | 13065:ab546c5977ed |
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