소스 검색

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;