mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -85,7 +85,7 @@ OpenAPI_wireline_service_area_restriction_t *OpenAPI_wireline_service_area_restr
|
|||
goto end;
|
||||
}
|
||||
restriction_typeVariable = OpenAPI_restriction_type_FromString(restriction_type->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *areas = cJSON_GetObjectItemCaseSensitive(wireline_service_area_restrictionJSON, "areas");
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ OpenAPI_wireline_service_area_restriction_t *OpenAPI_wireline_service_area_restr
|
|||
|
||||
OpenAPI_list_add(areasList, areasItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
wireline_service_area_restriction_local_var = OpenAPI_wireline_service_area_restriction_create (
|
||||
restriction_type ? restriction_typeVariable : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue