mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
reformatting: cJSON.c: fix indentation
This commit is contained in:
parent
c0b17dc651
commit
ddeca82718
2
cJSON.c
2
cJSON.c
@ -1722,7 +1722,7 @@ cJSON *cJSON_DetachItemFromArray(cJSON *array, int which)
|
|||||||
/* item doesn't exist */
|
/* item doesn't exist */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (c->prev)
|
if (c->prev)
|
||||||
{
|
{
|
||||||
/* not the first element */
|
/* not the first element */
|
||||||
c->prev->next = c->next;
|
c->prev->next = c->next;
|
||||||
|
Loading…
Reference in New Issue
Block a user