From 630b22ada39c50f871597b00c3d2eba6087a90e9 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Mon, 16 Dec 2024 17:04:19 -0800
Subject: [PATCH] Whitespace change only

---
 src/sbbs3/websrvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/websrvr.c b/src/sbbs3/websrvr.c
index e29d453b1f..912da149e6 100644
--- a/src/sbbs3/websrvr.c
+++ b/src/sbbs3/websrvr.c
@@ -5401,7 +5401,7 @@ js_ErrorReporter(JSContext *cx, const char *message, JSErrorReport *report)
 		else
 			warning="warning";
 		log_level=LOG_WARNING;
-	} else if(report->filename != NULL){
+	} else if(report->filename != NULL) {
 		static pthread_mutex_t mutex;
 		static bool mutex_initialized;
 		static char lastfile[MAX_PATH + 1];
-- 
GitLab