[UPF] cosmetic: Fix trailing whitespace (#1473)

This commit is contained in:
Pau Espin 2022-04-08 14:12:52 +02:00 committed by GitHub
parent 77f7bb7af7
commit 0df2e9f0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ int upf_pfcp_open(void)
ogs_list_for_each(&ogs_pfcp_self()->pfcp_list, node) {
sock = ogs_pfcp_server(node);
if (!sock) return OGS_ERROR;
node->poll = ogs_pollset_add(ogs_app()->pollset,
OGS_POLLIN, sock->fd, pfcp_recv_cb, sock);
ogs_assert(node->poll);
@ -288,4 +288,4 @@ int upf_pfcp_send_session_report_request(
ogs_expect(rv == OGS_OK);
return rv;
}
}