formatting README.md

This commit is contained in:
dm8.kim 2020-02-11 13:25:02 +09:00
parent f790e17b6c
commit 895b9ad344
1 changed files with 4 additions and 3 deletions

View File

@ -443,7 +443,8 @@ char *create_monitor_with_helpers(void)
} }
string = cJSON_Print(monitor); string = cJSON_Print(monitor);
if (string == NULL) { if (string == NULL)
{
fprintf(stderr, "Failed to print monitor.\n"); fprintf(stderr, "Failed to print monitor.\n");
} }