reformatting: cJSON.c: fix indentation

This commit is contained in:
Max Bruckner 2016-10-29 22:17:59 +07:00
parent c0b17dc651
commit ddeca82718
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ cJSON *cJSON_DetachItemFromArray(cJSON *array, int which)
/* item doesn't exist */
return 0;
}
if (c->prev)
if (c->prev)
{
/* not the first element */
c->prev->next = c->next;