From: Bryan Duxbury Date: Mon, 30 Mar 2009 21:24:34 +0000 (+0000) Subject: Needed a newline at the end of the file to avoid warnings when compiling on linux. X-Git-Tag: 0.2.0~190 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=ea0d126f320960bc58b82dd89d86a5f577d059cf;p=common%2Fthrift.git Needed a newline at the end of the file to avoid warnings when compiling on linux. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760183 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/ext/compact_protocol.h b/lib/rb/ext/compact_protocol.h index 15bd6930..0bd26e91 100644 --- a/lib/rb/ext/compact_protocol.h +++ b/lib/rb/ext/compact_protocol.h @@ -17,4 +17,4 @@ * under the License. */ -void Init_compact_protocol(); \ No newline at end of file +void Init_compact_protocol();