ID: 3608261 - FReq - 'lib/ipmi_delloem.c' - clean up the code

Commit removes trailing white spaces and tabs in 'lib/ipmi_delloem.c'.
This commit is contained in:
Zdenek Styblik 2013-03-16 20:15:07 +00:00
parent 4719d371b7
commit 6f1bd51f1e

View File

@ -2380,7 +2380,7 @@ int get_nic_selection_mode_12g (struct ipmi_intf* intf,int current_arg, char **
req.msg.cmd = GET_NIC_SELECTION_12G_CMD;
req.msg.data = msg_data;
req.msg.data_len = input_length;
req.msg.data_len = input_length
rsp = intf->sendrecv(intf, &req);
if (rsp == NULL)