mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Remove trailing white-spaces in src/plugins/dummy/dummy.c
This commit is contained in:
parent
3412d86143
commit
13a2a29156
@ -242,7 +242,7 @@ ipmi_dummyipmi_send_cmd(struct ipmi_intf *intf, struct ipmi_rq *req)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
memset(&rsp_dummy, 0, sizeof(rsp_dummy));
|
memset(&rsp_dummy, 0, sizeof(rsp_dummy));
|
||||||
if (data_read(intf->fd, &rsp_dummy, sizeof(struct dummy_rs)) != 0) {
|
if (data_read(intf->fd, &rsp_dummy, sizeof(struct dummy_rs)) != 0) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user