From 3d4d0940266a74c823de9bf85f5dae4d10c32635 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sat, 8 Apr 2023 12:56:13 +0200
Subject: tools/tb2err: Trim trailing whitespace

---
 tools/tb2err | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tools/tb2err')

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
-- 
cgit v1.2.3