mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
maint: formatting cleanups in buf.c
* src/util/buf.c: Use consistent formatting.
This commit is contained in:
parent
622ceb34ff
commit
258208e1da
@ -458,7 +458,7 @@ virBufferEscapeSexpr(virBufferPtr buf,
|
||||
virBufferEscape(buf, '\\', "\\'", format, str);
|
||||
}
|
||||
|
||||
/* Work around spurious strchr() diagnostics given by -Wlogical-op *
|
||||
/* Work around spurious strchr() diagnostics given by -Wlogical-op
|
||||
* for gcc < 4.6. Doing it via a local pragma keeps the damage
|
||||
* smaller than disabling it on the package level. Unfortunately, the
|
||||
* affected GCCs don't allow diagnostic push/pop which would have
|
||||
|
Loading…
x
Reference in New Issue
Block a user