summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditorws.cpp
diff options
context:
space:
mode:
authorWolfGangS <flamin2k8@gmail.com>2025-12-24 18:48:01 +0000
committerWolfGangS <flamin2k8@gmail.com>2025-12-24 18:48:01 +0000
commit3fc4acfd6429531f2e00b36e0784887d755c374f (patch)
tree4b3da9ae1d60e31b57048c758fdf3971484e2a29 /indra/newview/llscripteditorws.cpp
parent6d75034e9bf3179be757e4685078fbfe5a529fc3 (diff)
Trailing whitespace
Signed-off-by: WolfGangS <flamin2k8@gmail.com>
Diffstat (limited to 'indra/newview/llscripteditorws.cpp')
-rw-r--r--indra/newview/llscripteditorws.cpp6
1 files 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;
}