Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a334b0

Browse files
DL6ERAlanscut
authored andcommitted
Fix indentation (should use spaces)
Signed-off-by: DL6ER <dl6er@dl6er.de>
1 parent acc7623 commit 8a334b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎cJSON.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,10 @@ static cJSON_bool print_number(const cJSON * const item, printbuffer * const out
570570
{
571571
length = sprintf((char*)number_buffer, "null");
572572
}
573-
else if(d == (double)item->valueint)
574-
{
575-
length = sprintf((char*)number_buffer, "%d", item->valueint);
576-
}
573+
else if(d == (double)item->valueint)
574+
{
575+
length = sprintf((char*)number_buffer, "%d", item->valueint);
576+
}
577577
else
578578
{
579579
/* Try 15 decimal places of precision to avoid nonsignificant nonzero digits */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /