summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries/crtend/Exception.h')
-rw-r--r--runtime/GCCLibraries/crtend/Exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h
index 1e515196e8..9bda39da1d 100644
--- a/runtime/GCCLibraries/crtend/Exception.h
+++ b/runtime/GCCLibraries/crtend/Exception.h
@@ -1,10 +1,10 @@
//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This file defines the the shared data structures used by all language
@@ -24,7 +24,7 @@ struct llvm_exception {
// exception type is.
//
void (*ExceptionDestructor)(llvm_exception *);
-
+
// ExceptionType - This field identifies what runtime library this exception
// came from. Currently defined values are:
// 0 - Error