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:
ilovezfs 2015-12-03 02:40:27 -08:00 committed by Brian Behlendorf
parent 241b541574
commit 25df831b81
1 changed files with 2 additions and 2 deletions

View File

@ -636,8 +636,8 @@ check_label(int fd, dk_efi_t *dk_ioc)
if (headerSize < EFI_MIN_LABEL_SIZE || headerSize > EFI_LABEL_SIZE) {
if (efi_debug)
(void) fprintf(stderr,
"Invalid EFI HeaderSize %llu. Assuming %d.\n",
headerSize, EFI_MIN_LABEL_SIZE);
"Invalid EFI HeaderSize %llu. Assuming %d.\n",
headerSize, EFI_MIN_LABEL_SIZE);
}
if ((headerSize > dk_ioc->dki_length) ||