mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Formatting cleanup.
This commit is contained in:
@@ -412,7 +412,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
public void HandleHTTPRequest(HttpListenerRequest request, HttpListenerResponse response)
|
||||
{
|
||||
switch( request.HttpMethod )
|
||||
switch (request.HttpMethod)
|
||||
{
|
||||
case "OPTIONS":
|
||||
response.StatusCode = 200;
|
||||
|
||||
Reference in New Issue
Block a user