Block: blk-flush: Fixed indent code style

Fixed code indent should use tabs where possible.

Signed-off-by: Alice Ferrazzi <alice.ferrazzi@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by Alice Ferrazzi and committed by Jens Axboe f2fc7d0e d2b805d8

+1 -1
+1 -1
block/blk-flush.c
··· 444 444 * copied from blk_rq_pos(rq). 445 445 */ 446 446 if (error_sector) 447 - *error_sector = bio->bi_sector; 447 + *error_sector = bio->bi_sector; 448 448 449 449 if (!bio_flagged(bio, BIO_UPTODATE)) 450 450 ret = -EIO;