qla2x00t: Fix indentation (merge r6174 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6294 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-11 17:32:32 +00:00
parent f6486d1f50
commit 89259404da

View File

@@ -6593,7 +6593,7 @@ static ssize_t q2t_show_expl_conf_enabled(struct kobject *kobj,
res = scnprintf(buffer, PAGE_SIZE, "%d\n%s",
vha->hw->enable_explicit_conf,
vha->hw->enable_explicit_conf ?
SCST_SYSFS_KEY_MARK "\n" : "");
SCST_SYSFS_KEY_MARK "\n" : "");
out:
return res;