Author: marshall
Date: Tue Aug 21 11:29:41 2012
New Revision: 162287

URL: http://llvm.org/viewvc/llvm-project?rev=162287&view=rev
Log:
Make Mr. Pedantic happy by fixing banner to be exactly 80 columns

Modified:
    clang-tools-extra/trunk/tool-template/ToolTemplate.cpp

Modified: clang-tools-extra/trunk/tool-template/ToolTemplate.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/tool-template/ToolTemplate.cpp?rev=162287&r1=162286&r2=162287&view=diff
==============================================================================
--- clang-tools-extra/trunk/tool-template/ToolTemplate.cpp (original)
+++ clang-tools-extra/trunk/tool-template/ToolTemplate.cpp Tue Aug 21 11:29:41 
2012
@@ -1,4 +1,4 @@
-//===- tools/extra/ToolTemplate.cpp - Template for refactoring tool ===//
+//===---- tools/extra/ToolTemplate.cpp - Template for refactoring tool 
----===//
 //
 //                     The LLVM Compiler Infrastructure
 //


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to