diff options
author | SignpostMarv | 2012-08-24 13:56:42 +0100 |
---|---|---|
committer | Melanie | 2012-08-24 17:44:35 +0100 |
commit | 67477290ad34f7350495c2787022eed5d1d535d8 (patch) | |
tree | 3dff170d0810352396725103f153e234d8f9f93c /OpenSim/Region | |
parent | immediately returning the string.Join operation instead of checking if the li... (diff) | |
download | opensim-SC_OLD-67477290ad34f7350495c2787022eed5d1d535d8.zip opensim-SC_OLD-67477290ad34f7350495c2787022eed5d1d535d8.tar.gz opensim-SC_OLD-67477290ad34f7350495c2787022eed5d1d535d8.tar.bz2 opensim-SC_OLD-67477290ad34f7350495c2787022eed5d1d535d8.tar.xz |
stripping superfluous whitespace
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index bbbc6cc..2bfb9b3 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -5165,11 +5165,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
5165 | /// separated list. There is a space after | 5165 | /// separated list. There is a space after |
5166 | /// each comma. | 5166 | /// each comma. |
5167 | /// </summary> | 5167 | /// </summary> |
5168 | |||
5169 | public LSL_String llList2CSV(LSL_List src) | 5168 | public LSL_String llList2CSV(LSL_List src) |
5170 | { | 5169 | { |
5171 | |||
5172 | |||
5173 | m_host.AddScriptLPS(1); | 5170 | m_host.AddScriptLPS(1); |
5174 | 5171 | ||
5175 | return string.Join(", ", | 5172 | return string.Join(", ", |