Fix incorrect whitespaces
At a few places there where spaces where tabulators where appropriate
This commit is contained in:
@@ -587,8 +587,7 @@ iscsi_destroy_url(struct iscsi_url *iscsi_url)
|
|||||||
|
|
||||||
int
|
int
|
||||||
iscsi_set_initiator_username_pwd(struct iscsi_context *iscsi,
|
iscsi_set_initiator_username_pwd(struct iscsi_context *iscsi,
|
||||||
const char *user,
|
const char *user, const char *passwd)
|
||||||
const char *passwd)
|
|
||||||
{
|
{
|
||||||
free(discard_const(iscsi->user));
|
free(discard_const(iscsi->user));
|
||||||
iscsi->user = strdup(user);
|
iscsi->user = strdup(user);
|
||||||
|
|||||||
Reference in New Issue
Block a user