소스 검색

fcl-json: less hints

mattias 7 달 전
부모
커밋
687384f091
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/fcl-json/src/fpjson.pp

+ 2 - 0
packages/fcl-json/src/fpjson.pp

@@ -2196,6 +2196,8 @@ begin
     Result:=TJSONStringType(FloatToStr(FValue,JSONFormatSettings))
   else
     Result:=AsJSON;
+  if CurrentIndent=0 then ;
+  if Indent=0 then ;
 end;