mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Remove tabs, indent code properly
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
e1ce7408da
commit
13dbbc2683
@@ -146,10 +146,10 @@ namespace OSHttpServer
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Remove a cookie from the collection.
|
||||
/// </summary>
|
||||
/// <param name="cookieName">Name of cookie.</param>
|
||||
/// <summary>
|
||||
/// Remove a cookie from the collection.
|
||||
/// </summary>
|
||||
/// <param name="cookieName">Name of cookie.</param>
|
||||
public void Remove(string cookieName)
|
||||
{
|
||||
lock (_items)
|
||||
|
||||
Reference in New Issue
Block a user