diff options
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseRequestHandler.cs | 2 |
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 | } |