about summary refs log tree commit diff
path: root/src/rustllvm/RustGCStrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustllvm/RustGCStrategy.cpp')
-rw-r--r--src/rustllvm/RustGCStrategy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rustllvm/RustGCStrategy.cpp b/src/rustllvm/RustGCStrategy.cpp
index 49497600725..a6645d15a48 100644
--- a/src/rustllvm/RustGCStrategy.cpp
+++ b/src/rustllvm/RustGCStrategy.cpp
@@ -1,15 +1,15 @@
-//===- RustGCStrategy.cpp - Rust garbage collection strategy ----*- C++ -*-===//
+//===- RustGCStrategy.cpp - Rust garbage collection strategy ----*- C++ -*-===
 //
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===
 //
 // This file defines the garbage collection strategy for Rust.
 //
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===
 
 #include "llvm/CodeGen/GCs.h"
 #include "llvm/CodeGen/GCStrategy.h"