mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
reformatting: cJSONUtils_GeneratePatches
This commit is contained in:
parent
8879ed5dbc
commit
ec9d1cfedb
@ -607,10 +607,10 @@ cJSON* cJSONUtils_GeneratePatches(cJSON *from,cJSON *to)
|
|||||||
{
|
{
|
||||||
cJSON *patches = cJSON_CreateArray();
|
cJSON *patches = cJSON_CreateArray();
|
||||||
cJSONUtils_CompareToPatch(patches, "", from, to);
|
cJSONUtils_CompareToPatch(patches, "", from, to);
|
||||||
|
|
||||||
return patches;
|
return patches;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static cJSON *cJSONUtils_SortList(cJSON *list)
|
static cJSON *cJSONUtils_SortList(cJSON *list)
|
||||||
{
|
{
|
||||||
cJSON *first=list,*second=list,*ptr=list;
|
cJSON *first=list,*second=list,*ptr=list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user