From 802e46f8ea36c344f112d7e1dd8d64d17a4cc939 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:59:37 +0200 Subject: Run clang-format again --- plugins/popen.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/popen.h') diff --git a/plugins/popen.h b/plugins/popen.h index 1ea69632..e318ce25 100644 --- a/plugins/popen.h +++ b/plugins/popen.h @@ -1,13 +1,13 @@ /****************************************************************************** -* -* -*****************************************************************************/ + * + * + *****************************************************************************/ -FILE *spopen (const char *); -int spclose (FILE *); -void popen_timeout_alarm_handler (int); +FILE *spopen(const char *); +int spclose(FILE *); +void popen_timeout_alarm_handler(int); -pid_t *childpid=NULL; -int *child_stderr_array=NULL; -FILE *child_process=NULL; -FILE *child_stderr=NULL; +pid_t *childpid = NULL; +int *child_stderr_array = NULL; +FILE *child_process = NULL; +FILE *child_stderr = NULL; -- cgit v1.2.3-74-g34f1