mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add copyright headers, formatting cleanup.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
protected bool CheckParam(string path)
|
||||
{
|
||||
if(String.IsNullOrEmpty(path))
|
||||
if (String.IsNullOrEmpty(path))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user