commit | 65073e5b116d1eb48ccc52c8446ebfdef4b36851 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | 周二 2月 23 15:46:46 2010 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | 周二 2月 23 15:46:46 2010 +0000 |
tree | ad7802e3e337fbe91bc746f786c50f4ec3030d7a | |
parent | a34a4be080e90888842959794b4c8e7838276996 [diff] |
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 d459ddb..79b1e01 100644 --- a/lib/rb/ext/struct.c +++ b/lib/rb/ext/struct.c
@@ -703,4 +703,4 @@ set_default_proto_function_pointers(); mt = default_mt; -} \ No newline at end of file +}