Преглед изворни кода

reformatting: cJSON.c: fix indentation

Max Bruckner пре 8 година
родитељ
комит
ddeca82718
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cJSON.c

+ 1 - 1
cJSON.c

@@ -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;