mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
iscsi-scst: Fix indentation
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -1734,7 +1734,7 @@ int iscsi_send(struct iscsi_conn *conn)
|
||||
conn->write_state = TX_PADDING;
|
||||
else if (ddigest)
|
||||
conn->write_state = TX_INIT_DDIGEST;
|
||||
else
|
||||
else
|
||||
conn->write_state = TX_END;
|
||||
break;
|
||||
case TX_PADDING:
|
||||
|
||||
Reference in New Issue
Block a user