From: Evan Cheng Date: Tue, 17 Jan 2006 19:21:01 +0000 (+0000) Subject: Suppress "no newline at end of file" warnings. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7715fba9b14ff1b22459e33b19a4db734e72d5f2;p=oota-llvm.git 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 --- 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