From 25df831b8140883ac2759552d857149eadfd81f8 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 3 Dec 2015 02:40:27 -0800 Subject: [PATCH] Fix cstyle issue from 7a02327 Continuations should be indented four spaces. Signed-off-by: ilovezfs Signed-off-by: Brian Behlendorf Closes #4062 --- lib/libefi/rdwr_efi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libefi/rdwr_efi.c b/lib/libefi/rdwr_efi.c index b05b88b974..6995463cf7 100644 --- a/lib/libefi/rdwr_efi.c +++ b/lib/libefi/rdwr_efi.c @@ -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) ||