OSDN Git Service

bcache: fix indent by replacing blank by tabs
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:50 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:41 +0000 (15:46 -0600)
commitc63ca7871aa3f1777e2af978ea1967b2f5bf0ae2
tree9301efa0c47237c6279bd820f0188d4edf3ddc4a
parent6ae63e3501c493616612b90be26b35a6084fc75d
bcache: fix indent by replacing blank by tabs

bch_btree_insert_check_key() has unaligned indent, or indent by blank
characters. This patch makes the indent aligned and replace blank by
tabs.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/btree.c