[compiler-rt] ce25eb0 - [NFC][sanitizer] Remove trailing whitespace
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 11:02:48 PDT 2021
Author: Vitaly Buka
Date: 2021-07-13T11:02:42-07:00
New Revision: ce25eb0b71bfcd104afd300c2eb2fb5982f827e8
URL: https://github.com/llvm/llvm-project/commit/ce25eb0b71bfcd104afd300c2eb2fb5982f827e8
DIFF: https://github.com/llvm/llvm-project/commit/ce25eb0b71bfcd104afd300c2eb2fb5982f827e8.diff
LOG: [NFC][sanitizer] Remove trailing whitespace
Added:
Modified:
compiler-rt/lib/sanitizer_common/sanitizer_common.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_common.h b/compiler-rt/lib/sanitizer_common/sanitizer_common.h
index 4336fd63db5d..c3ebe27492ce 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 <typename Fn>
class RunOnDestruction {
More information about the llvm-commits
mailing list