From 783b2222f89081e7b352c739ed2be899dc9eae15 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Sat, 8 Mar 2014 12:51:31 +0000 Subject: [PATCH] Fix 80 cols. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203346 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ADT/OwningPtrTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/ADT/OwningPtrTest.cpp b/unittests/ADT/OwningPtrTest.cpp index 8b10f475d09..aee955bf402 100644 --- a/unittests/ADT/OwningPtrTest.cpp +++ b/unittests/ADT/OwningPtrTest.cpp @@ -1,4 +1,4 @@ -//===- llvm/unittest/ADT/OwningPtrTest.cpp - OwningPtr unit tests -----------===// +//===- llvm/unittest/ADT/OwningPtrTest.cpp - OwningPtr unit tests ---------===// // // The LLVM Compiler Infrastructure //