scst_proc: Indent consistently

Detected by smatch.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6352 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-16 23:54:47 +00:00
parent 29d11c1ee2
commit bf0fdcb36d

View File

@@ -1699,15 +1699,15 @@ static ssize_t scst_proc_scsi_tgt_gen_write(struct file *file,
while (!isspace(*ppp) && *ppp != '\0')
ppp++;
if (*ppp != '\0') {
*ppp = '\0';
*ppp = '\0';
ppp++;
while (isspace(*ppp) && *ppp != '\0')
ppp++;
if (*ppp != '\0') {
PRINT_ERROR("%s", "Too many "
"arguments");
res = -EINVAL;
goto out_up_free;
res = -EINVAL;
goto out_up_free;
}
}
if (strcasecmp(pp, "FLAT") == 0)