Remove tabs, indent code properly

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Vincent Sylvester
2022-03-13 03:31:28 +01:00
committed by UbitUmarov
parent e1ce7408da
commit 13dbbc2683
45 changed files with 16302 additions and 16295 deletions

View File

@@ -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)