scst_vdisk: Fix indentation

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6168 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-03-30 14:46:00 +00:00
parent 40c138ac23
commit 4751a5bf5d
+1 -1
View File
@@ -9471,7 +9471,7 @@ static ssize_t vdev_dif_filename_show(struct kobject *kobj,
pos = sprintf(buf, "%s\n%s", virt_dev->dif_filename,
(virt_dev->dif_filename != NULL) ?
SCST_SYSFS_KEY_MARK "\n" : "");
SCST_SYSFS_KEY_MARK "\n" : "");
TRACE_EXIT_RES(pos);
return pos;