diff options
author | Kuba Mracek <mracek@apple.com> | 2017-07-06 20:38:33 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2017-07-06 20:38:33 +0000 |
commit | 560440975a36a88a19e98b669d6fe4998d82dfb8 (patch) | |
tree | 1c1d4dbc25678434163cb8f244d8f27c44537995 | |
parent | 9d7b1c9ddba60d1351931c9bf9ae08b1c1b18f2c (diff) | |
download | bcm5719-llvm-560440975a36a88a19e98b669d6fe4998d82dfb8.tar.gz bcm5719-llvm-560440975a36a88a19e98b669d6fe4998d82dfb8.zip |
Fix whitespace lint issue (introduced in r307307).
llvm-svn: 307309
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc b/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc index 70f6daeee70..8a8fc9663ac 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc @@ -799,7 +799,7 @@ void MaybeReexec() { char **GetArgv() { return *_NSGetArgv(); } - + #if defined(__aarch64__) && SANITIZER_IOS && !SANITIZER_IOSSIM // The task_vm_info struct is normally provided by the macOS SDK, but we need // fields only available in 10.12+. Declare the struct manually to be able to |