summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Signals.inc
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-06 03:02:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-06 03:02:56 +0000
commitffa157177ef55e630716d02b2ca97f472929da1a (patch)
tree50553511dbcf2258cd2aa31e8864ff2db7909d84 /llvm/lib/Support/Unix/Signals.inc
parent8a54d812c55d51239c7a8c0cea710f498f998e57 (diff)
downloadbcm5719-llvm-ffa157177ef55e630716d02b2ca97f472929da1a.tar.gz
bcm5719-llvm-ffa157177ef55e630716d02b2ca97f472929da1a.zip
Whitespace.
llvm-svn: 163289
Diffstat (limited to 'llvm/lib/Support/Unix/Signals.inc')
-rw-r--r--llvm/lib/Support/Unix/Signals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Unix/Signals.inc b/llvm/lib/Support/Unix/Signals.inc
index aac0408ce76..b7f83b6ff73 100644
--- a/llvm/lib/Support/Unix/Signals.inc
+++ b/llvm/lib/Support/Unix/Signals.inc
@@ -305,10 +305,10 @@ void llvm::sys::PrintStackTraceOnErrorSignal() {
exception_mask_t mask = EXC_MASK_CRASH;
- kern_return_t ret = task_set_exception_ports(self,
+ kern_return_t ret = task_set_exception_ports(self,
mask,
MACH_PORT_NULL,
- EXCEPTION_STATE_IDENTITY | MACH_EXCEPTION_CODES,
+ EXCEPTION_STATE_IDENTITY | MACH_EXCEPTION_CODES,
THREAD_STATE_NONE);
(void)ret;
}
OpenPOWER on IntegriCloud