From: Bryan Duxbury Date: Sun, 15 Aug 2010 22:57:07 +0000 (+0000) Subject: THRIFT-852. Missing newline causes many compiler warnings X-Git-Tag: 0.5.0~171 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4d0e2b48bf30af8378436529b439662e752a5468;p=common%2Fthrift.git 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 --- 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