From dfb187752ea0326321c0d081e926e0cb11ed0b5b Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 20 Aug 2013 10:55:10 -0700 Subject: [PATCH] Fix compile warning "intl_cppshims.h:34:7: warning: no newline at end of file" --- ext/intl/intl_cppshims.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/intl/intl_cppshims.h b/ext/intl/intl_cppshims.h index 2fb70edfd0..e58ec3bd45 100644 --- a/ext/intl/intl_cppshims.h +++ b/ext/intl/intl_cppshims.h @@ -31,4 +31,4 @@ #define _MSC_STDINT_H_ 1 #endif -#endif \ No newline at end of file +#endif -- 2.50.1