Remove trailing white-spaces in src/plugins/dummy/dummy.c

This commit is contained in:
Zdenek Styblik 2015-09-11 06:14:18 +02:00
parent 3412d86143
commit 13a2a29156

View File

@ -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;