aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-10-21 20:40:39 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-10-21 20:40:39 +0000
commit84ba14f6d016ab181f1fd5de8050e1b9bbc83904 (patch)
tree8b56feadf5a499f789f2809e0929c08a8bb4f26a
parent5e0b2bf657dd8b6b3bb58439e6cb293f3116687f (diff)
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117058 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/System/Win32/Signals.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/System/Win32/Signals.inc b/lib/System/Win32/Signals.inc
index 616bb29a6e..4bafe41d31 100644
--- a/lib/System/Win32/Signals.inc
+++ b/lib/System/Win32/Signals.inc
@@ -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 @@ static CRITICAL_SECTION CriticalSection;
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 @@ void llvm::sys::RunInterruptHandlers() {
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));