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 15bd693..0bd26e9 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();