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

@@ -33,7 +33,7 @@ namespace OSHttpServer
/// <param name="name">form name.</param>
/// <param name="ignoreChanges">if set to <c>true</c> all changes will be ignored. </param>
/// <remarks>this constructor should only be used by Empty</remarks>
protected HttpInput(string name, bool ignoreChanges)
protected HttpInput(string name, bool ignoreChanges)
{
_name = name;
_ignoreChanges = ignoreChanges;