lib/pdu.c: Fix whitespace formatting
iscsi_queue_pdu used whitespaces for identation while the rest of the file uses hard tabs.
This commit is contained in:
@@ -766,5 +766,5 @@ iscsi_timeout_scan(struct iscsi_context *iscsi)
|
|||||||
int
|
int
|
||||||
iscsi_queue_pdu(struct iscsi_context *iscsi, struct iscsi_pdu *pdu)
|
iscsi_queue_pdu(struct iscsi_context *iscsi, struct iscsi_pdu *pdu)
|
||||||
{
|
{
|
||||||
return iscsi->drv->queue_pdu(iscsi, pdu);
|
return iscsi->drv->queue_pdu(iscsi, pdu);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user