From ea0d126f320960bc58b82dd89d86a5f577d059cf Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Mon, 30 Mar 2009 21:24:34 +0000 Subject: [PATCH] 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 --- lib/rb/ext/compact_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.17.1