Fix incorrect whitespaces

At a few places there where spaces where tabulators where appropriate
This commit is contained in:
Peter Lieven
2012-10-20 19:08:57 +02:00
parent 3f5a75ce5e
commit 20cf2b279e
6 changed files with 31 additions and 32 deletions
+2 -2
View File
@@ -1088,12 +1088,12 @@ iscsi_process_login_reply(struct iscsi_context *iscsi, struct iscsi_pdu *pdu,
size -= len + 1;
}
if (status == SCSI_STATUS_REDIRECT && iscsi->target_address) {
if (status == SCSI_STATUS_REDIRECT && iscsi->target_address) {
DPRINTF(iscsi,2,"target requests redirect to %s",iscsi->target_address);
pdu->callback(iscsi, SCSI_STATUS_REDIRECT, NULL,
pdu->private_data);
return 0;
}
}
if (status != 0) {
iscsi_set_error(iscsi, "Failed to log in to target. Status: %s(%d)",