Formatting cleanup. Add copyright headers.

This commit is contained in:
Jeff Ames
2010-01-04 06:10:45 +09:00
parent 9f273717a2
commit 70d5b1c34c
54 changed files with 1075 additions and 838 deletions

View File

@@ -322,8 +322,8 @@ namespace OpenSim.ApplicationPlugins.RemoteController
if (Uri.TryCreate(file, UriKind.RelativeOrAbsolute, out result))
{
// the url is valid
string fileType = file.Substring(file.LastIndexOf('/') + 1);
terrainModule.LoadFromStream(fileType, result);
string fileType = file.Substring(file.LastIndexOf('/') + 1);
terrainModule.LoadFromStream(fileType, result);
}
}
else