From 0aeb7ec63bf170dc2fa1501b90276545002c4c06 Mon Sep 17 00:00:00 2001 From: ngie <ngie@FreeBSD.org> Date: Tue, 9 May 2017 18:54:35 +0000 Subject: [PATCH] style(9): clean up trailing whitespace MFC after: 3 weeks Sponsored by: Dell EMC Isilon --- tests/sys/aio/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/aio/local.h b/tests/sys/aio/local.h index 308b70010cf4..5507df990ecb 100644 --- a/tests/sys/aio/local.h +++ b/tests/sys/aio/local.h @@ -52,7 +52,7 @@ } else if (_unsafe == 0) \ atf_tc_skip("Unsafe AIO is disabled"); \ } while (0) - + #define PLAIN_REQUIRE_UNSAFE_AIO(_exit_code) do { \ size_t _len; \ int _unsafe; \