remove trailing space

This commit is contained in:
Koichiro IWAO 2017-12-15 17:52:39 +09:00
parent f2db57afb0
commit dcf64e43ca
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

View File

@ -360,7 +360,7 @@ session_start_chansrv(char *username, int display)
chansrv_pid = g_fork();
if (chansrv_pid == 0)
{
chansrv_params = list_create();
chansrv_params = list_create();
chansrv_params->auto_free = 1;
/* building parameters */