From bf0fdcb36d272eec0d7050ac3d84f9feee73dab1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 16 Jun 2015 23:54:47 +0000 Subject: [PATCH] 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 --- scst/src/scst_proc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c index e430c1a36..a7f2169b5 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -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)