Skip to content

Commit

Permalink
cosmetic: HSS: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin authored and acetcom committed Oct 9, 2023
1 parent 6902238 commit cb114ec
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 138 deletions.
4 changes: 2 additions & 2 deletions lib/dbi/subscription.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int ogs_dbi_update_imeisv(char *supi, char *imeisv)
return rv;
}

int ogs_dbi_update_mme(char *supi, char *mme_host, char *mme_realm,
int ogs_dbi_update_mme(char *supi, char *mme_host, char *mme_realm,
bool purge_flag)
{
int rv = OGS_OK;
Expand Down Expand Up @@ -273,7 +273,7 @@ int ogs_dbi_increment_sqn(char *supi)

update = BCON_NEW("$bit",
"{",
"security.sqn",
"security.sqn",
"{", "and", BCON_INT64(max_sqn), "}",
"}");
if (!mongoc_collection_update(ogs_mongoc()->collection.subscriber,
Expand Down
Loading

0 comments on commit cb114ec

Please sign in to comment.