Skip to content

Commit fce7031

Browse files
DongSunchaoCopilot
andauthored
Apply format suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 50c918f commit fce7031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

criu/bfd.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ static int grow_bfd_buffer(struct xbuf *b, struct bfd_buf **p_b_buf, size_t cap)
221221
xfree(b_buf);
222222
} else {
223223
/*
224-
* Don't unmap standard buffer back, it will get reused
225-
* by next bfdopen call
226-
*/
224+
* Don't unmap standard buffer back, it will get reused
225+
* by next bfdopen call
226+
*/
227227
list_add(&b_buf->l, &bufs);
228228
}
229229
}

0 commit comments

Comments
 (0)