aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GC/GCInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GC/GCInterface.h')
-rw-r--r--runtime/GC/GCInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/GC/GCInterface.h b/runtime/GC/GCInterface.h
index e83abe0..4eb4818 100644
--- a/runtime/GC/GCInterface.h
+++ b/runtime/GC/GCInterface.h
@@ -4,9 +4,9 @@
|*
|* 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 common public interface that must be exposed by all
|* LLVM garbage collectors.
|*