From: Bryan Duxbury Date: Tue, 23 Feb 2010 15:46:46 +0000 (+0000) Subject: add newline to the end of struct.c to make some whiney compilers happy X-Git-Tag: 0.3.0~114 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=65073e5b116d1eb48ccc52c8446ebfdef4b36851;p=common%2Fthrift.git add newline to the end of struct.c to make some whiney compilers happy git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@915398 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/ext/struct.c b/lib/rb/ext/struct.c index d459ddb7..79b1e01c 100644 --- a/lib/rb/ext/struct.c +++ b/lib/rb/ext/struct.c @@ -703,4 +703,4 @@ void Init_struct() { set_default_proto_function_pointers(); mt = default_mt; -} \ No newline at end of file +}