summaryrefslogtreecommitdiff
path: root/unittests/ADT
diff options
context:
space:
mode:
authorAhmed Charles <ahmedcharles@gmail.com>2014-03-08 12:51:31 +0000
committerAhmed Charles <ahmedcharles@gmail.com>2014-03-08 12:51:31 +0000
commit783b2222f89081e7b352c739ed2be899dc9eae15 (patch)
tree08a7e016c98e40b06943e757d527c60b1bab9844 /unittests/ADT
parentc83e68f7326f424876198514eb2ad89110f52c45 (diff)
downloadllvm-783b2222f89081e7b352c739ed2be899dc9eae15.tar.gz
llvm-783b2222f89081e7b352c739ed2be899dc9eae15.tar.bz2
llvm-783b2222f89081e7b352c739ed2be899dc9eae15.tar.xz
Fix 80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ADT')
-rw-r--r--unittests/ADT/OwningPtrTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/OwningPtrTest.cpp b/unittests/ADT/OwningPtrTest.cpp
index 8b10f475d0..aee955bf40 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
//