[llvm] r252136 - Remove empty lines

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 18:29:53 PST 2015


Author: mehdi_amini
Date: Wed Nov  4 20:29:53 2015
New Revision: 252136

URL: http://llvm.org/viewvc/llvm-project?rev=252136&view=rev
Log:
Remove empty lines

From: Mehdi Amini <mehdi.amini at apple.com>

Modified:
    llvm/trunk/lib/Support/Unix/Signals.inc

Modified: llvm/trunk/lib/Support/Unix/Signals.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/Signals.inc?rev=252136&r1=252135&r2=252136&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Unix/Signals.inc (original)
+++ llvm/trunk/lib/Support/Unix/Signals.inc Wed Nov  4 20:29:53 2015
@@ -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);




More information about the llvm-commits mailing list