Falei - 2019-03-11

I'm very sorry to make a mistake on the expected output.
Here is my expected output with AStyle.exe --add-braces --add-one-line-braces a.c:

int main(int argc, char **argv)
{
    if (argc < 4) {
        fprintf(stdout,
                "help info\n");
    }

    return 0;
}