[llvm] r203346 - Fix 80 cols.
Ahmed Charles
ahmedcharles at gmail.com
Sat Mar 8 04:51:34 PST 2014
Author: ace2001ac
Date: Sat Mar 8 06:51:31 2014
New Revision: 203346
URL: http://llvm.org/viewvc/llvm-project?rev=203346&view=rev
Log:
Fix 80 cols.
Modified:
llvm/trunk/unittests/ADT/OwningPtrTest.cpp
Modified: llvm/trunk/unittests/ADT/OwningPtrTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ADT/OwningPtrTest.cpp?rev=203346&r1=203345&r2=203346&view=diff
==============================================================================
--- llvm/trunk/unittests/ADT/OwningPtrTest.cpp (original)
+++ llvm/trunk/unittests/ADT/OwningPtrTest.cpp Sat Mar 8 06:51:31 2014
@@ -1,4 +1,4 @@
-//===- llvm/unittest/ADT/OwningPtrTest.cpp - OwningPtr unit tests -----------===//
+//===- llvm/unittest/ADT/OwningPtrTest.cpp - OwningPtr unit tests ---------===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list