From 7715fba9b14ff1b22459e33b19a4db734e72d5f2 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 17 Jan 2006 19:21:01 +0000 Subject: [PATCH] Suppress "no newline at end of file" warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25400 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/UniqueVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/UniqueVector.h b/include/llvm/ADT/UniqueVector.h index 87d905318ef..edb7d1a719a 100644 --- a/include/llvm/ADT/UniqueVector.h +++ b/include/llvm/ADT/UniqueVector.h @@ -67,4 +67,4 @@ public: } // End of namespace llvm -#endif // LLVM_ADT_UNIQUEVECTOR_H \ No newline at end of file +#endif // LLVM_ADT_UNIQUEVECTOR_H