summaryrefslogtreecommitdiff
path: root/bin/run.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-06-15 13:44:37 +0000
committerEd Maste <emaste@FreeBSD.org>2020-06-15 13:44:37 +0000
commite6a066ac3e8fdf1fcd4f3f2ca1b82bd55eb2da2a (patch)
treed6a99e0065ab5d39b716a0d5272ef21055745e0c /bin/run.c
parent6fa63e1816f543db1c68320f442e30f95d8f9f78 (diff)
Notes
Diffstat (limited to 'bin/run.c')
-rw-r--r--bin/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run.c b/bin/run.c
index 8499edd3d9c2..5588f0198c04 100644
--- a/bin/run.c
+++ b/bin/run.c
@@ -75,7 +75,7 @@ run(const char *cmd, const char *name, ...)
(argv[i] = va_arg(ap, char *)) != NULL; i++)
continue;
va_end(ap);
-
+
if (debug) {
size_t z;
int r;