diff options
| author | Michael Tuexen <tuexen@freebsd.org> | 2018-11-30 13:46:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-30 13:48:23 +0000 |
| commit | 3d61cddf64ee00ccfa9f1d7bc28503bc05e375e6 (patch) | |
| tree | 13dc3034ba692436bf936dc23b1b458dfa14f6b4 /executor/common_bsd.h | |
| parent | 9568070f6f699cbf91d3f71b2d029f31a4e2cb3b (diff) | |
Whitespace change.
Diffstat (limited to 'executor/common_bsd.h')
| -rw-r--r-- | executor/common_bsd.h | 1 |
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; |
