From: Stephan Bosch Date: Sun, 3 Feb 2019 22:21:57 +0000 (+0100) Subject: master: test-master-login-auth: Small coding style fix. X-Git-Tag: 2.3.9~860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd5c4ff6dee4734f9dd341e49a46ebc17211015;p=thirdparty%2Fdovecot%2Fcore.git master: test-master-login-auth: Small coding style fix. --- diff --git a/src/master/test-master-login-auth.c b/src/master/test-master-login-auth.c index a7340feaf2..213e02bd89 100644 --- a/src/master/test-master-login-auth.c +++ b/src/master/test-master-login-auth.c @@ -799,8 +799,8 @@ static void test_server_run(void) io_listen = io_add(fd_listen, IO_READ, server_connection_accept, NULL); - server_conn_list = connection_list_init - (&server_connection_set, &server_connection_vfuncs); + server_conn_list = connection_list_init(&server_connection_set, + &server_connection_vfuncs); io_loop_run(ioloop);