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:
Sean Dague
2008-04-24 12:27:24 +00:00
parent aa8aee90a3
commit 2a2ef42e64
22 changed files with 768 additions and 768 deletions

View File

@@ -68,9 +68,9 @@ namespace OpenSim.Framework
public int Count()
{
lock(m_queueSync)
{
return m_queue.Count;
}
{
return m_queue.Count;
}
}
public T[] GetQueueArray()