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 #1

Updated by Electric Monk over 7 years ago

  • Status changed from New to Closed
  • % Done changed from 90 to 100

git commit 2b66e65286e123b22eb83c96426eafe5b3ddccd3

commit  2b66e65286e123b22eb83c96426eafe5b3ddccd3
Author: Toomas Soome <tsoome@me.com>
Date:   2015-07-23T17:37:16.000Z

    6073 libbe be_run_cmd() bad indentation in function body
    Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
    Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net>
    Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
    Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
    Approved by: Dan McDonald <danmcd@omniti.com>

Actions

Also available in: Atom PDF