From f8aad020f7c0be604da8981663b6d815f94ffaa4 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:49:33 +0200 Subject: Run clang-format on everything once again (#2275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lorenz Kästle --- lib/utils_cmd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/utils_cmd.h') diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index 04a624b8..e4869ce8 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h @@ -22,13 +22,13 @@ int cmd_run_array(char *const *, output *, output *, int); int cmd_file_read(const char *, output *, int); typedef struct { - int error_code; - int cmd_error_code; - output out; - output err; + int error_code; + int cmd_error_code; + output out; + output err; } cmd_run_result; cmd_run_result cmd_run2(const char *cmd, int flags); -cmd_run_result cmd_run_array2(char * const *cmd, int flags); +cmd_run_result cmd_run_array2(char *const *cmd, int flags); /* only multi-threaded plugins need to bother with this */ void cmd_init(void); -- cgit v1.2.3-74-g34f1