On 11 February 2013 19:23, Andreas Färber <afaer...@suse.de> wrote:
> Am 11.02.2013 17:41, schrieb Peter Maydell:
>> +void qemu_print_log_usage(FILE *f)
>> +{
>> +    const CPULogItem *item;
>
> If this gets resubmitted or included in a PULL, a while line here would
> match our usual separate-variables-from-statements convention.

You mean a blank line? Sure, I can add one.

>> +    fprintf(f, "Log items (comma separated):\n");
>> +    for (item = cpu_log_items; item->mask != 0; item++) {
>> +        fprintf(f, "%-10s %s\n", item->name, item->help);
>> +    }
>> +}

-- PMM

Reply via email to