Merge pull request #431 from DevGim/dev

formatting README.md
This commit is contained in:
Alan Wang 2020-02-11 14:18:50 +08:00 committed by GitHub
commit 2955fe5ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");
} }