cosmetic: diameter: Fix trailing whitespace

This commit is contained in:
Pau Espin Pedrol 2024-09-02 17:58:53 +02:00 committed by Sukchan Lee
parent 34c922a857
commit 9e87c6b1c6
2 changed files with 8 additions and 8 deletions

View file

@ -105,7 +105,7 @@ static int diam_config_apply(ogs_diam_config_t *fd_config)
fd_config->conn[i].addr, errno, strerror(errno));
return OGS_ERROR;
}
CHECK_FCT_DO( fd_ep_add_merge(
&fddpi.pi_endpoints, ai->ai_addr, ai->ai_addrlen,
EP_FL_CONF | (disc ?: EP_ACCEPTALL) ), return OGS_ERROR);
@ -197,7 +197,7 @@ int ogs_diam_config_init(ogs_diam_config_t *fd_config)
/* Display configuration */
b = fd_conf_dump(&buf, &len, NULL);
LOG_SPLIT(FD_LOG_NOTICE, NULL,
LOG_SPLIT(FD_LOG_NOTICE, NULL,
b ?: (char*)"<Error during configuration dump...>", NULL);
free(buf);