mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -209,10 +209,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
|
||||
UserAccountHelpers.CreateUserWithInventory(m_scene, userId);
|
||||
ScenePresence sp = SceneHelpers.AddScenePresence(m_scene, userId);
|
||||
|
||||
InventoryItemBase att1Item
|
||||
InventoryItemBase att1Item
|
||||
= UserInventoryHelpers.CreateInventoryItem(
|
||||
m_scene, "att1", TestHelpers.ParseTail(0x2), TestHelpers.ParseTail(0x3), sp.UUID, InventoryType.Object);
|
||||
InventoryItemBase att2Item
|
||||
InventoryItemBase att2Item
|
||||
= UserInventoryHelpers.CreateInventoryItem(
|
||||
m_scene, "att2", TestHelpers.ParseTail(0x12), TestHelpers.ParseTail(0x13), sp.UUID, InventoryType.Object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user