Actions
Bug #6073
closedlibbe be_run_cmd() bad indentation in function body
Start date:
2015-07-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
if ((command NULL) || (stderr_buf NULL) ||
(stderr_bufsize <= 0) || (stdout_bufsize < 0) ||
((stdout_buf != NULL) ^ (stdout_bufsize != 0))) {
return (BE_ERR_INVAL);
}
closing '}' is missing tab.
Actions