Removed spaces in front of tabs.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3463 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-05-20 10:45:56 +00:00
parent b5a41deb28
commit 453cf8fd2e

View File

@@ -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);