Explorar o código

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>
Alice Ferrazzi %!s(int64=12) %!d(string=hai) anos
pai
achega
f2fc7d0edd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      block/blk-flush.c

+ 1 - 1
block/blk-flush.c

@@ -444,7 +444,7 @@ int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask,
 	 * copied from blk_rq_pos(rq).
 	 */
 	if (error_sector)
-               *error_sector = bio->bi_sector;
+		*error_sector = bio->bi_sector;
 
 	if (!bio_flagged(bio, BIO_UPTODATE))
 		ret = -EIO;