Project

General

Profile

Actions

Bug #6073

closed

libbe be_run_cmd() bad indentation in function body

Added by Toomas Soome over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
lib - userland libraries
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

Also available in: Atom PDF