From 5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Tue, 9 Jul 2024 14:41:53 +0200 Subject: initial clang-format --- include/pathexec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pathexec.h') diff --git a/include/pathexec.h b/include/pathexec.h index 9db6fb4..7ecc0b2 100644 --- a/include/pathexec.h +++ b/include/pathexec.h @@ -2,8 +2,8 @@ #define PATHEXEC_H #include "stralloc.h" -extern void pathexec_run(const char *,char *const *,char *const *); -extern int pathexec_env(const char *,const char *); +extern void pathexec_run(const char *, char *const *, char *const *); +extern int pathexec_env(const char *, const char *); extern int pathexec_multienv(stralloc *); extern void pathexec(char *const *); -- cgit v1.2.3