From 4d0e2b48bf30af8378436529b439662e752a5468 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Sun, 15 Aug 2010 22:57:07 +0000 Subject: [PATCH] THRIFT-852. Missing newline causes many compiler warnings This patch adds a newline to the end of t_generator_registry.h git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@985771 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/cpp/src/generate/t_generator_registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cpp/src/generate/t_generator_registry.h b/compiler/cpp/src/generate/t_generator_registry.h index 101c22af..8cadfae5 100644 --- a/compiler/cpp/src/generate/t_generator_registry.h +++ b/compiler/cpp/src/generate/t_generator_registry.h @@ -100,4 +100,4 @@ class t_generator_registry { }; \ static t_##language##_generator_factory_impl _registerer; -#endif \ No newline at end of file +#endif -- 2.17.1