Update svn properties, minor formatting cleanup.

0.6.0-stable
Jeff Ames 2008-11-06 22:24:34 +00:00
parent 0d17ba2a76
commit 486ac1e12f
2 changed files with 2 additions and 2 deletions

View File

@ -290,4 +290,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
Assert.That(testLLPacketServer.GetPacketsReceivedFor(PacketType.ObjectName), Is.EqualTo(3));
}
}
}
}

View File

@ -96,6 +96,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osMessageObject(key objectUUID,string message);
void osMakeNotecard(string notecardName, LSL_Types.list contents);
void osMakeNotecard(string notecardName, LSL_Types.list contents);
}
}