# HG changeset patch # User Kim Alvefur # Date 1680951373 -7200 # Node ID 4aa4a51a7a779080ec62cd541c7873380ce5508a # Parent ab546c5977ed74942d436ade1573bb4236db7f73 tools/tb2err: Trim trailing whitespace diff -r ab546c5977ed -r 4aa4a51a7a77 tools/tb2err --- 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