diff options
author | SignpostMarv | 2012-10-23 15:29:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-26 02:08:00 +0100 |
commit | 18b1ee6f379f4d34f72a9056bf6cdf185311fd05 (patch) | |
tree | d66d2e8f14594d22d2ea5197fa00ee3475b8755a /OpenSim/Region/CoreModules/Scripting | |
parent | minor: Add comment as to why we are pulcking plain old ints out of the LSL_Li... (diff) | |
download | opensim-SC-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.zip opensim-SC-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.tar.gz opensim-SC-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.tar.bz2 opensim-SC-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.tar.xz |
Formatting and casing correction in WorldCommModule, trailing new line in OSSL to get git diff to not complain
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs index 8358bc0..c68ed6b 100644 --- a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | |||
@@ -472,8 +472,8 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm | |||
472 | 472 | ||
473 | if (coll.Count > 0) | 473 | if (coll.Count > 0) |
474 | { | 474 | { |
475 | // special case, called with same filter settings, return same handle | 475 | // special case, called with same filter settings, return same |
476 | // (2008-05-02, tested on 1.21.1 server, still holds) | 476 | // handle (2008-05-02, tested on 1.21.1 server, still holds) |
477 | return coll[0].GetHandle(); | 477 | return coll[0].GetHandle(); |
478 | } | 478 | } |
479 | 479 | ||
@@ -712,7 +712,7 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm | |||
712 | } | 712 | } |
713 | } | 713 | } |
714 | 714 | ||
715 | public class ListenerInfo: IWorldCommListenerInfo | 715 | public class ListenerInfo : IWorldCommListenerInfo |
716 | { | 716 | { |
717 | private bool m_active; // Listener is active or not | 717 | private bool m_active; // Listener is active or not |
718 | private int m_handle; // Assigned handle of this listener | 718 | private int m_handle; // Assigned handle of this listener |