very minor spacing adjustment

This commit is contained in:
Justin Clark-Casey (justincc)
2010-03-11 20:20:38 +00:00
parent 4b8af2e1aa
commit a578feefba

View File

@@ -73,7 +73,6 @@ namespace OpenSim.Framework.Servers.HttpServer
/// true if the handler was successfully registered, false if a handler with the same name already existed.
/// </returns>
bool AddHTTPHandler(string methodName, GenericHTTPMethod handler);
bool AddPollServiceHTTPHandler(string methodName, GenericHTTPMethod handler, PollServiceEventArgs args);