From feb3bd8b5fbe24527b9e5c9df45eb5c384db443a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 30 Dec 2017 03:36:39 +0000 Subject: [PATCH] scst: Fix source code indentation git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7308 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 6934134e1..50b5ea6de 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1346,7 +1346,7 @@ set_res: if (cmd->data_direction & SCST_DATA_READ) cmd->resp_data_len = cmd->bufflen; else - cmd->resp_data_len = 0; + cmd->resp_data_len = 0; } #ifndef CONFIG_SCST_TEST_IO_IN_SIRQ