You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/16 00:57:07 UTC

svn commit: r985771 - /incubator/thrift/trunk/compiler/cpp/src/generate/t_generator_registry.h

Author: bryanduxbury
Date: Sun Aug 15 22:57:07 2010
New Revision: 985771

URL: http://svn.apache.org/viewvc?rev=985771&view=rev
Log:
THRIFT-852. Missing newline causes many compiler warnings

This patch adds a newline to the end of t_generator_registry.h

Modified:
    incubator/thrift/trunk/compiler/cpp/src/generate/t_generator_registry.h

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_generator_registry.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_generator_registry.h?rev=985771&r1=985770&r2=985771&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_generator_registry.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_generator_registry.h Sun Aug 15 22:57:07 2010
@@ -100,4 +100,4 @@ class t_generator_registry {
   };                                                               \
   static t_##language##_generator_factory_impl _registerer;
 
-#endif
\ No newline at end of file
+#endif