Adjust indents [ci skip]
This commit is contained in:
parent
c6734edc34
commit
92c7417d73
@ -76,7 +76,8 @@ buffer_ensure_capa(struct dump_config *dc, unsigned long requested)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void buffer_append(struct dump_config *dc, const char *cstr, unsigned long len)
|
static void
|
||||||
|
buffer_append(struct dump_config *dc, const char *cstr, unsigned long len)
|
||||||
{
|
{
|
||||||
if (LIKELY(len > 0)) {
|
if (LIKELY(len > 0)) {
|
||||||
buffer_ensure_capa(dc, len);
|
buffer_ensure_capa(dc, len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user