[llvm-commits] [llvm] r117443 - /llvm/trunk/lib/System/Win32/Signals.inc

Mikhail Glushenkov foldr at codedgers.com
Wed Oct 27 02:09:10 PDT 2010


Author: foldr
Date: Wed Oct 27 04:09:10 2010
New Revision: 117443

URL: http://llvm.org/viewvc/llvm-project?rev=117443&view=rev
Log:
80-col violation.

Modified:
    llvm/trunk/lib/System/Win32/Signals.inc

Modified: llvm/trunk/lib/System/Win32/Signals.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Win32/Signals.inc?rev=117443&r1=117442&r2=117443&view=diff
==============================================================================
--- llvm/trunk/lib/System/Win32/Signals.inc (original)
+++ llvm/trunk/lib/System/Win32/Signals.inc Wed Oct 27 04:09:10 2010
@@ -247,7 +247,8 @@
       fprintf(stderr, "%08lX", PC);
 
       // Print the parameters.  Assume there are four.
-      fprintf(stderr, " (0x%08lX 0x%08lX 0x%08lX 0x%08lX)", StackFrame.Params[0],
+      fprintf(stderr, " (0x%08lX 0x%08lX 0x%08lX 0x%08lX)",
+              StackFrame.Params[0],
               StackFrame.Params[1], StackFrame.Params[2], StackFrame.Params[3]);
 
       // Verify the PC belongs to a module in this process.





More information about the llvm-commits mailing list