Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21427 91177308-0d34-0410-b5e6-96231b3b80d8
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.
|*