aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs
diff options
context:
space:
mode:
authorJeff Ames2009-05-20 01:32:06 +0000
committerJeff Ames2009-05-20 01:32:06 +0000
commite0bc5c5db2b88691c04b06be2fa73a75746126cb (patch)
treefa33ed724c57578d7ed76044f68940a4e09a8026 /OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.zip
opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.tar.gz
opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.tar.bz2
opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.tar.xz
Add copyright headers, formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs b/OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs
index c47a44a..d11259f 100644
--- a/OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs
+++ b/OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs
@@ -68,7 +68,7 @@ namespace OpenSim.Framework.Servers.HttpServer
68 68
69 protected bool CheckParam(string path) 69 protected bool CheckParam(string path)
70 { 70 {
71 if(String.IsNullOrEmpty(path)) 71 if (String.IsNullOrEmpty(path))
72 { 72 {
73 return false; 73 return false;
74 } 74 }