mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +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
@@ -17,7 +17,7 @@ namespace OSHttpServer
|
||||
|
||||
private List<HttpInputItem> _items = new List<HttpInputItem>();
|
||||
|
||||
/// <summary>Initialises the class to hold a value either from a post request or a querystring request</summary>
|
||||
/// <summary>Initialises the class to hold a value either from a post request or a querystring request</summary>
|
||||
public HttpParam(IHttpInput form, IHttpInput query)
|
||||
{
|
||||
m_form = form;
|
||||
|
||||
Reference in New Issue
Block a user