summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-07-06 20:38:33 +0000
committerKuba Mracek <mracek@apple.com>2017-07-06 20:38:33 +0000
commit10bdcb2d1ae8ae45b6d047428c6f56bb9859c319 (patch)
tree45ff2f096b37b584809985cdaa7d866f21cee223 /lib
parent501c0c7048cfaecb5ef02c34a5c38daac73f413c (diff)
Fix whitespace lint issue (introduced in r307307).
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@307309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/sanitizer_common/sanitizer_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_mac.cc b/lib/sanitizer_common/sanitizer_mac.cc
index 70f6daeee..8a8fc9663 100644
--- a/lib/sanitizer_common/sanitizer_mac.cc
+++ b/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