aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ModuleProvider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/ModuleProvider.cpp')
-rw-r--r--lib/VMCore/ModuleProvider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/ModuleProvider.cpp b/lib/VMCore/ModuleProvider.cpp
index 2b06c1145a..c9e4d87afe 100644
--- a/lib/VMCore/ModuleProvider.cpp
+++ b/lib/VMCore/ModuleProvider.cpp
@@ -1,10 +1,10 @@
//===-- ModuleProvider.cpp - Base implementation for module providers -----===//
-//
+//
// 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.
-//
+//
//===----------------------------------------------------------------------===//
//
// Minimal implementation of the abstract interface for providing a module.