stripping superfluous whitespace
Signed-off-by: Melanie <melanie@t-data.com>integration
parent
582a256646
commit
67477290ad
|
@ -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(", ",
|
||||
|
|
Loading…
Reference in New Issue