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

Mikhail Glushenkov foldr at codedgers.com
Thu Oct 21 13:40:39 PDT 2010


Author: foldr
Date: Thu Oct 21 15:40:39 2010
New Revision: 117058

URL: http://llvm.org/viewvc/llvm-project?rev=117058&view=rev
Log:
Trailing whitespace.

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=117058&r1=117057&r2=117058&view=diff
==============================================================================
--- llvm/trunk/lib/System/Win32/Signals.inc (original)
+++ llvm/trunk/lib/System/Win32/Signals.inc Thu Oct 21 15:40:39 2010
@@ -1,10 +1,10 @@
 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file provides the Win32 specific implementation of the Signals class.
@@ -54,7 +54,7 @@
 namespace llvm {
 
 //===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only Win32 specific code 
+//=== WARNING: Implementation here must contain only Win32 specific code
 //===          and must not be UNIX code
 //===----------------------------------------------------------------------===//
 
@@ -208,11 +208,11 @@
 static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) {
   try {
     Cleanup();
-    
+
 #ifdef _WIN64
   // TODO: provide a x64 friendly version of the following
 #else
-    
+
     // Initialize the STACKFRAME structure.
     STACKFRAME StackFrame;
     memset(&StackFrame, 0, sizeof(StackFrame));





More information about the llvm-commits mailing list