mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -91,7 +91,7 @@ OpenAPI_area_t *OpenAPI_area_parseFromJSON(cJSON *areaJSON)
|
|||
}
|
||||
OpenAPI_list_add(tacsList , ogs_strdup_or_assert(tacs_local->valuestring));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *area_code = cJSON_GetObjectItemCaseSensitive(areaJSON, "areaCode");
|
||||
|
||||
|
|
@ -100,7 +100,7 @@ OpenAPI_area_t *OpenAPI_area_parseFromJSON(cJSON *areaJSON)
|
|||
ogs_error("OpenAPI_area_parseFromJSON() failed [area_code]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
area_local_var = OpenAPI_area_create (
|
||||
tacs ? tacsList : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue