summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2012-08-21 16:29:41 +0000
committerMarshall Clow <mclow@qualcomm.com>2012-08-21 16:29:41 +0000
commiteca26ffeeaeea59321c284d70095942bc626fe96 (patch)
tree54321bd8b3face1a61ea829bb8a4889d90c00454
parent83a5a8ab879e2f0a379089f78f28126d9fa863cc (diff)
Make Mr. Pedantic happy by fixing banner to be exactly 80 columns
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@162287 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tool-template/ToolTemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool-template/ToolTemplate.cpp b/tool-template/ToolTemplate.cpp
index 765e4466..93b01892 100644
--- a/tool-template/ToolTemplate.cpp
+++ b/tool-template/ToolTemplate.cpp
@@ -1,4 +1,4 @@
-//===- tools/extra/ToolTemplate.cpp - Template for refactoring tool ===//
+//===---- tools/extra/ToolTemplate.cpp - Template for refactoring tool ----===//
//
// The LLVM Compiler Infrastructure
//