summaryrefslogtreecommitdiff
path: root/include/pathexec.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
commit5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch)
tree684758441f5b431d0008253243034b6a4a29417c /include/pathexec.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
Diffstat (limited to 'include/pathexec.h')
-rw-r--r--include/pathexec.h4
1 files changed, 2 insertions, 2 deletions
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 *);