Skip to content

Commit 5019005

Browse files
committed
Indent by two spaces as a default
1 parent 4af912e commit 5019005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Headers/Foundation/NSJSONSerialization.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ enum
5555
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
5656
/** Additional modified for indentation control when pretty-printing
5757
*/
58-
GSJSONWritingIndentOneSpace = (0UL << 24),
59-
GSJSONWritingIndentTwoSpaces = (1UL << 24),
58+
GSJSONWritingIndentTwoSpaces = (0UL << 24),
59+
GSJSONWritingIndentOneSpace = (1UL << 24),
6060
GSJSONWritingIndentFourSpaces = (2UL << 24),
6161
GSJSONWritingIndentUsingTab = (3UL << 24),
6262
GSJSONWritingIndentMask = (3UL << 24),

0 commit comments

Comments
 (0)