aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@freebsd.org>2018-11-30 13:46:21 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-11-30 13:48:23 +0000
commit3d61cddf64ee00ccfa9f1d7bc28503bc05e375e6 (patch)
tree13dc3034ba692436bf936dc23b1b458dfa14f6b4
parent9568070f6f699cbf91d3f71b2d029f31a4e2cb3b (diff)
Whitespace change.
-rw-r--r--executor/common_bsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/executor/common_bsd.h b/executor/common_bsd.h
index a372f1d13..b26dabaa3 100644
--- a/executor/common_bsd.h
+++ b/executor/common_bsd.h
@@ -11,7 +11,6 @@
#if GOOS_openbsd
-
static void vsnprintf_check(char* str, size_t size, const char* format, va_list args)
{
int rv;