mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -296,7 +296,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
string npcRaw
|
||||
= osslApi.osNpcCreate(
|
||||
"Jane", "Doe", new LSL_Types.Vector3(128, 128, 128), notecardName, ScriptBaseClass.OS_NPC_CREATOR_OWNED);
|
||||
|
||||
|
||||
otherOsslApi.osNpcRemove(npcRaw);
|
||||
|
||||
// Should still be around
|
||||
@@ -340,7 +340,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
string npcRaw
|
||||
= osslApi.osNpcCreate(
|
||||
"Jane", "Doe", new LSL_Types.Vector3(128, 128, 128), notecardName, ScriptBaseClass.OS_NPC_NOT_OWNED);
|
||||
|
||||
|
||||
osslApi.osNpcRemove(npcRaw);
|
||||
|
||||
UUID npcId = new UUID(npcRaw);
|
||||
|
||||
Reference in New Issue
Block a user