From 72737e4c967fdf3457d7dc7de42640cd9a5f65c8 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Mon, 30 Mar 2009 20:11:45 +0000 Subject: [PATCH] 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 --- lib/rb/ext/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1