forked from lda/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 *
|
||||
HttpParamDecode(FILE *in)
|
||||
HttpParamDecode(FILE * in)
|
||||
{
|
||||
/* TODO */
|
||||
(void) in;
|
||||
|
@ -386,7 +386,7 @@ HttpParamEncode(HashMap * params, FILE * out)
|
|||
char *key;
|
||||
char *val;
|
||||
|
||||
if (!params || ! out)
|
||||
if (!params || !out)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue