From 453cf8fd2e5bc5f9a3b50ed9a00263e8e76c02af Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 20 May 2011 10:45:56 +0000 Subject: [PATCH] Removed spaces in front of tabs. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3463 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 260b88b83..11722f12d 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -3058,8 +3058,8 @@ static void blockio_exec_rw(struct scst_cmd *cmd, struct scst_vdisk_thr *thr, #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39) blk_finish_plug(&plug); #else - if (q && q->unplug_fn) - q->unplug_fn(q); + if (q && q->unplug_fn) + q->unplug_fn(q); #endif blockio_check_finish(blockio_work);