Formatting and casing correction in WorldCommModule, trailing new line in OSSL to get git diff to not complain

This commit is contained in:
SignpostMarv
2012-10-23 15:29:40 +01:00
committed by Justin Clark-Casey (justincc)
parent 1b3b7a61ac
commit 18b1ee6f37
3 changed files with 5 additions and 5 deletions

View File

@@ -472,8 +472,8 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
if (coll.Count > 0)
{
// special case, called with same filter settings, return same handle
// (2008-05-02, tested on 1.21.1 server, still holds)
// special case, called with same filter settings, return same
// handle (2008-05-02, tested on 1.21.1 server, still holds)
return coll[0].GetHandle();
}
@@ -712,7 +712,7 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
}
}
public class ListenerInfo: IWorldCommListenerInfo
public class ListenerInfo : IWorldCommListenerInfo
{
private bool m_active; // Listener is active or not
private int m_handle; // Assigned handle of this listener