From 7a8b33a9a4da1724a652585ad805ea84a59b90e7 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 29 Oct 2009 05:07:14 +0000 Subject: [PATCH] add newline to make cl.exe happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85483 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/StringSwitch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/StringSwitch.h b/include/llvm/ADT/StringSwitch.h index d7fac718bb2..48a52de9d17 100644 --- a/include/llvm/ADT/StringSwitch.h +++ b/include/llvm/ADT/StringSwitch.h @@ -80,4 +80,4 @@ public: } // end namespace llvm -#endif // LLVM_ADT_STRINGSWITCH_H \ No newline at end of file +#endif // LLVM_ADT_STRINGSWITCH_H