cosmetic: whitespace cleanup

This commit is contained in:
Justin Maggard 2014-03-03 13:28:31 -08:00
parent 6cef303fc1
commit 372afa1ae6
3 changed files with 38 additions and 39 deletions

View File

@ -1190,8 +1190,7 @@ BuildResp2_upnphttp(struct upnphttp * h, int respcode,
/* responding 200 OK ! */
void
BuildResp_upnphttp(struct upnphttp * h,
const char * body, int bodylen)
BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen)
{
BuildResp2_upnphttp(h, 200, "OK", body, bodylen);
}
@ -1861,7 +1860,7 @@ SendResp_dlnafile(struct upnphttp *h, char *object)
if( newpid > 0 )
{
CloseSocket_upnphttp(h);
goto error;
return;
}
#endif