Fix trailing whitespace (#1381)

This commit is contained in:
Pau Espin 2022-02-21 23:00:06 +01:00 committed by GitHub
parent b7698810ac
commit b0fc06ab6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -34,10 +34,10 @@ extern "C" {
typedef struct ogs_pfcp_xact_s {
ogs_lnode_t lnode; /**< A node of list */
ogs_index_t index;
#define OGS_PFCP_LOCAL_ORIGINATOR 0
#define OGS_PFCP_REMOTE_ORIGINATOR 1
uint8_t org; /**< Transaction' originator.
uint8_t org; /**< Transaction' originator.
local or remote */
uint32_t xid; /**< Transaction ID */
@ -48,8 +48,8 @@ typedef struct ogs_pfcp_xact_s {
void *data;
int step; /**< Current step in the sequence.
1 : Initial
2 : Triggered
1 : Initial
2 : Triggered
3 : Triggered-Reply */
struct {
uint8_t type; /**< Message type history */