mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 11:19:32 +03:00
Fix cstyle issue from 7a02327
Continuations should be indented four spaces. Signed-off-by: ilovezfs <ilovezfs@icloud.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4062
This commit is contained in:
parent
241b541574
commit
25df831b81
@ -636,8 +636,8 @@ check_label(int fd, dk_efi_t *dk_ioc)
|
|||||||
if (headerSize < EFI_MIN_LABEL_SIZE || headerSize > EFI_LABEL_SIZE) {
|
if (headerSize < EFI_MIN_LABEL_SIZE || headerSize > EFI_LABEL_SIZE) {
|
||||||
if (efi_debug)
|
if (efi_debug)
|
||||||
(void) fprintf(stderr,
|
(void) fprintf(stderr,
|
||||||
"Invalid EFI HeaderSize %llu. Assuming %d.\n",
|
"Invalid EFI HeaderSize %llu. Assuming %d.\n",
|
||||||
headerSize, EFI_MIN_LABEL_SIZE);
|
headerSize, EFI_MIN_LABEL_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((headerSize > dk_ioc->dki_length) ||
|
if ((headerSize > dk_ioc->dki_length) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user