lib/connect.c: Fix whitespace formatting
This fixes some identation in iscsi_reconnect_cb() where whitespaces were used instead of hard tabs. Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
This commit is contained in:
@@ -280,7 +280,7 @@ void iscsi_defer_reconnect(struct iscsi_context *iscsi)
|
||||
void iscsi_reconnect_cb(struct iscsi_context *iscsi _U_, int status,
|
||||
void *command_data _U_, void *private_data _U_)
|
||||
{
|
||||
struct iscsi_context *old_iscsi;
|
||||
struct iscsi_context *old_iscsi;
|
||||
int i;
|
||||
|
||||
if (status != SCSI_STATUS_GOOD) {
|
||||
|
||||
Reference in New Issue
Block a user