From ce25eb0b71bfcd104afd300c2eb2fb5982f827e8 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 13 Jul 2021 11:02:21 -0700 Subject: [PATCH] [NFC][sanitizer] Remove trailing whitespace --- compiler-rt/lib/sanitizer_common/sanitizer_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_common.h b/compiler-rt/lib/sanitizer_common/sanitizer_common.h index 4336fd6..c3ebe27 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_common.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_common.h @@ -990,7 +990,7 @@ struct SignalContext { }; void InitializePlatformEarly(); -void MaybeReexec(); +void MaybeReexec(); template class RunOnDestruction { -- 2.7.4