From da880f61cabe70119930bf3eb12a04ac7db51c3b Mon Sep 17 00:00:00 2001 From: Enji Cooper 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 308b70010cf..5507df990ec 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; \