mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -87,12 +87,12 @@ namespace OpenSim.Framework.Capabilities
|
||||
[OSDMap]
|
||||
public class LLSDInventoryFolderContents
|
||||
{
|
||||
public UUID agent_id;
|
||||
public UUID agent_id;
|
||||
public int descendents;
|
||||
public UUID folder_id;
|
||||
public UUID folder_id;
|
||||
public OSDArray categories = new OSDArray();
|
||||
public OSDArray items = new OSDArray();
|
||||
public UUID owner_id;
|
||||
public UUID owner_id;
|
||||
public int version;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user