diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2015-11-05 02:29:53 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2015-11-05 02:29:53 +0000 |
commit | 766d05b0120c3b4516352a41a7dc84ec6326d605 (patch) | |
tree | 7f0bda31d4a6b74d1538152af77b640db8499910 /llvm/lib | |
parent | 6afccf612069f18e377662ba0e2366d58d4eecc7 (diff) | |
download | bcm5719-llvm-766d05b0120c3b4516352a41a7dc84ec6326d605.tar.gz bcm5719-llvm-766d05b0120c3b4516352a41a7dc84ec6326d605.zip |
Remove empty lines
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 252136
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Support/Unix/Signals.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Unix/Signals.inc b/llvm/lib/Support/Unix/Signals.inc index 912abc3b224..9176cd14812 100644 --- a/llvm/lib/Support/Unix/Signals.inc +++ b/llvm/lib/Support/Unix/Signals.inc @@ -113,7 +113,7 @@ static void RegisterHandlers() { // during handling an actual signal because you can't safely call new in a // signal handler. *SignalsMutex; - + // If the handlers are already registered, we're done. if (NumRegisteredSignals != 0) return; @@ -157,7 +157,7 @@ static void RemoveFilesToRemove() { // super-user permissions. if (!S_ISREG(buf.st_mode)) continue; - + // Otherwise, remove the file. We ignore any errors here as there is nothing // else we can do. unlink(path); |