mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Formatting cleanup.
This commit is contained in:
@@ -30,6 +30,6 @@ using OpenMetaverse.StructuredData;
|
||||
|
||||
namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
public delegate OSD LLSDMethod( string path, OSD request, string endpoint );
|
||||
public delegate OSD LLSDMethod(string path, OSD request, string endpoint);
|
||||
public delegate OSD DefaultLLSDMethod(OSD request, IPEndPoint client);
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace OpenSim.Framework.Servers.HttpServer.Tests
|
||||
[Test]
|
||||
public void TestConstructor()
|
||||
{
|
||||
new BaseRequestHandlerImpl( null, null );
|
||||
new BaseRequestHandlerImpl(null, null);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user