From 2b66e65286e123b22eb83c96426eafe5b3ddccd3 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 22 Jul 2015 13:34:55 +0300 Subject: [PATCH] 6073 libbe be_run_cmd() bad indentation in function body Reviewed by: Andrew Stormont Reviewed by: Sebastian Wiedenroth Reviewed by: Igor Kozhukhov Reviewed by: Josef Sipek Approved by: Dan McDonald --- usr/src/lib/libbe/common/be_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/lib/libbe/common/be_utils.c b/usr/src/lib/libbe/common/be_utils.c index a24e1e0941..681e72366d 100644 --- a/usr/src/lib/libbe/common/be_utils.c +++ b/usr/src/lib/libbe/common/be_utils.c @@ -3036,7 +3036,7 @@ be_run_cmd(char *command, char *stderr_buf, int stderr_bufsize, (stderr_bufsize <= 0) || (stdout_bufsize < 0) || ((stdout_buf != NULL) ^ (stdout_bufsize != 0))) { return (BE_ERR_INVAL); -} + } /* Set up command so popen returns stderr, not stdout */ if (snprintf(cmdline, BUFSIZ, "%s 2> %s", command, -- 2.11.4.GIT