forked from Telodendria/Telodendria
Format source code.
This commit is contained in:
parent
78d4524b77
commit
79fc20314f
1 changed files with 11 additions and 11 deletions
|
@ -373,7 +373,7 @@ HttpUrlDecode(char *str)
|
||||||
}
|
}
|
||||||
|
|
||||||
HashMap *
|
HashMap *
|
||||||
HttpParamDecode(FILE *in)
|
HttpParamDecode(FILE * in)
|
||||||
{
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
(void) in;
|
(void) in;
|
||||||
|
@ -386,7 +386,7 @@ HttpParamEncode(HashMap * params, FILE * out)
|
||||||
char *key;
|
char *key;
|
||||||
char *val;
|
char *val;
|
||||||
|
|
||||||
if (!params || ! out)
|
if (!params || !out)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue