mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Copyright notices and formatting cleanup.
This commit is contained in:
@@ -116,7 +116,7 @@ namespace OpenSim.Framework.Servers
|
||||
// we are either out of handlers or get back a
|
||||
// Handled or Detached
|
||||
OSHttpHandlerResult rc = OSHttpHandlerResult.Unprocessed;
|
||||
foreach(OSHttpHandler h in handlers)
|
||||
foreach (OSHttpHandler h in handlers)
|
||||
{
|
||||
rc = h.Process(req);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user