From: Bryan Duxbury Date: Mon, 30 Mar 2009 20:11:45 +0000 (+0000) Subject: Need a newline at the end of the file for it to compile. X-Git-Tag: 0.2.0~199 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=72737e4c967fdf3457d7dc7de42640cd9a5f65c8;p=common%2Fthrift.git Need a newline at the end of the file for it to compile. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760143 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/ext/macros.h b/lib/rb/ext/macros.h index 8e1f3434..3826e65c 100644 --- a/lib/rb/ext/macros.h +++ b/lib/rb/ext/macros.h @@ -38,4 +38,4 @@ #ifndef RARRAY_LEN # define RARRAY_LEN(v) RARRAY(rb_Array(v))->len -#endif \ No newline at end of file +#endif