From 3fc4acfd6429531f2e00b36e0784887d755c374f Mon Sep 17 00:00:00 2001 From: WolfGangS Date: Wed, 24 Dec 2025 18:48:01 +0000 Subject: Trailing whitespace Signed-off-by: WolfGangS --- indra/newview/llscripteditorws.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llscripteditorws.cpp b/indra/newview/llscripteditorws.cpp index 3a99b5bb03..582d94e236 100644 --- a/indra/newview/llscripteditorws.cpp +++ b/indra/newview/llscripteditorws.cpp @@ -423,7 +423,7 @@ LLSD LLScriptEditorWSServer::handleFileWatcherFileListRequest() const LLSD response; response["temp_dir"] = LLFile::tmpdir(); - + // Add array of script_id's from active scripts LLSD script_ids_array = LLSD::emptyArray(); for (const auto& [script_id, subinfo] : mSubscriptions) @@ -431,9 +431,9 @@ LLSD LLScriptEditorWSServer::handleFileWatcherFileListRequest() const script_ids_array.append(script_id); } response["script_ids"] = script_ids_array; - + response["success"] = true; - + return response; } -- cgit v1.3