mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:30:02 +08:00
replace hard tabs with 4 spaces to be consistant in the source.
Please adjust your editors to not use hard tabs.
This commit is contained in:
@@ -68,9 +68,9 @@ namespace OpenSim.Framework
|
||||
public int Count()
|
||||
{
|
||||
lock(m_queueSync)
|
||||
{
|
||||
return m_queue.Count;
|
||||
}
|
||||
{
|
||||
return m_queue.Count;
|
||||
}
|
||||
}
|
||||
|
||||
public T[] GetQueueArray()
|
||||
|
||||
Reference in New Issue
Block a user