mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Add copyright headers, formatting cleanup.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||
httpResponse.StatusCode = (int)HttpStatusCode.OK;
|
||||
httpResponse.ContentType = "application/octet-stream";
|
||||
}
|
||||
else if(p.Length > 1 && p[1] == "metadata")
|
||||
else if (p.Length > 1 && p[1] == "metadata")
|
||||
{
|
||||
AssetMetadata metadata = m_AssetService.GetMetadata(p[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user