mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add copyright header. Formatting cleanup. Ignore some generated files.
This commit is contained in:
@@ -210,7 +210,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public static T GetDataBlock<T>() where T: new()
|
||||
{
|
||||
lock(DataBlocks)
|
||||
lock (DataBlocks)
|
||||
{
|
||||
if (DataBlocks.ContainsKey(typeof(T)) && DataBlocks[typeof(T)].Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user