[compiler-rt] c88c460 - [NFC] Remove tab from the source
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 19:40:34 PST 2021
Author: Vitaly Buka
Date: 2021-02-26T19:40:24-08:00
New Revision: c88c46080a75467788b4379f49fc664061c2c6d0
URL: https://github.com/llvm/llvm-project/commit/c88c46080a75467788b4379f49fc664061c2c6d0
DIFF: https://github.com/llvm/llvm-project/commit/c88c46080a75467788b4379f49fc664061c2c6d0.diff
LOG: [NFC] Remove tab from the source
Added:
Modified:
compiler-rt/lib/hwasan/hwasan_flags.inc
Removed:
################################################################################
diff --git a/compiler-rt/lib/hwasan/hwasan_flags.inc b/compiler-rt/lib/hwasan/hwasan_flags.inc
index 80b67930ce58..18ea47f981be 100644
--- a/compiler-rt/lib/hwasan/hwasan_flags.inc
+++ b/compiler-rt/lib/hwasan/hwasan_flags.inc
@@ -80,4 +80,4 @@ HWASAN_FLAG(bool, malloc_bisect_dump, false,
// testsuite can run since we manually ensure any pointer arguments to syscalls
// are untagged before the call.
HWASAN_FLAG(bool, fail_without_syscall_abi, true,
- "Exit if fail to request relaxed syscall ABI.")
+ "Exit if fail to request relaxed syscall ABI.")
More information about the llvm-commits
mailing list