[Gx] Fix trailing whitespace (#1420)

This commit is contained in:
Pau Espin 2022-03-08 13:50:20 +01:00 committed by GitHub
parent 4388f9bf3a
commit 5b81802be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
*********************************************************************************************************/
/*
/*
* Dictionary definitions for objects specified for DCCA by 3GPP.
*
* This extensions contains a lot of AVPs from various 3GPP standards
@ -146,7 +146,7 @@ struct local_rules_definition {
int ogs_dict_gx_entry(char *conffile)
{
/* Applications section */
{
{
{
struct dict_object * vendor;
CHECK_FCT(fd_dict_search(fd_g_config->cnf_dict, DICT_VENDOR, VENDOR_BY_NAME, "3GPP", &vendor, ENOENT));
@ -277,7 +277,7 @@ int ogs_dict_gx_entry(char *conffile)
CHECK_dict_search( DICT_COMMAND, CMD_BY_NAME, "Credit-Control-Answer", &cmd);
PARSE_loc_rules( rules, cmd );
}
LOG_D( "Extension 'Dictionary definitions for DCCA 3GPP' initialized");
return 0;
}