comply with coding standard

This commit is contained in:
Sukchan Lee 2021-07-08 15:00:59 +09:00
parent f278d58a69
commit 2471b1b53d
562 changed files with 3332 additions and 3332 deletions

View file

@ -112,7 +112,7 @@ OpenAPI_unrelated_class_t *OpenAPI_unrelated_class_parseFromJSON(cJSON *unrelate
OpenAPI_external_unrelated_class_t *external_unrelated_class_local_nonprim = NULL;
if (external_unrelated_class) {
external_unrelated_class_local_nonprim = OpenAPI_external_unrelated_class_parseFromJSON(external_unrelated_class);
}
}
cJSON *service_type_unrelated_classes = cJSON_GetObjectItemCaseSensitive(unrelated_classJSON, "serviceTypeUnrelatedClasses");
@ -135,7 +135,7 @@ OpenAPI_unrelated_class_t *OpenAPI_unrelated_class_parseFromJSON(cJSON *unrelate
OpenAPI_list_add(service_type_unrelated_classesList, service_type_unrelated_classesItem);
}
}
}
unrelated_class_local_var = OpenAPI_unrelated_class_create (
default_unrelated_class_local_nonprim,