1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Fix whitespace

This commit is contained in:
Moritz Grimm 2020-01-22 23:05:36 +01:00
parent 44f7e19ca7
commit c44d05c747

View File

@ -314,7 +314,7 @@ cfg_server_set_ca_file(struct cfg_server *s, struct cfg_server_list *not_used,
int
cfg_server_set_client_cert(struct cfg_server *s,
struct cfg_server_list *not_used,const char *client_cert,
struct cfg_server_list *not_used, const char *client_cert,
const char **errstrp)
{
(void)not_used;