mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
stripping superfluous whitespace
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -5165,11 +5165,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
/// separated list. There is a space after
|
||||
/// each comma.
|
||||
/// </summary>
|
||||
|
||||
public LSL_String llList2CSV(LSL_List src)
|
||||
{
|
||||
|
||||
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
return string.Join(", ",
|
||||
|
||||
Reference in New Issue
Block a user