Skip to content

Commit 39049fd

Browse files
committed
Indent
1 parent d642de5 commit 39049fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

virtio-blk.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@ uint32_t *virtio_blk_init(virtio_blk_state_t *vblk, char *disk_file)
433433
{
434434
if (vblk_dev_cnt >= VBLK_DEV_CNT_MAX) {
435435
fprintf(stderr,
436-
"Exceeded the number of virtio-blk devices that can be allocated.\n");
436+
"Exceeded the number of virtio-blk devices that can be "
437+
"allocated.\n");
437438
exit(2);
438439
}
439440

0 commit comments

Comments
 (0)