Author: bryanduxbury
Date: Fri Feb 19 20:00:55 2010
New Revision: 911957
URL: http://svn.apache.org/viewvc?rev=911957&view=rev
Log:
remove an erroneously added newline in ruby generated structs
Modified:
incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc
Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc?rev=911957&r1=911956&r2=911957&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc
(original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc Fri Feb
19 20:00:55 2010
@@ -653,7 +653,7 @@
}
} else {
if (((t_base_type*)field_type)->is_binary()) {
- out << ", :binary => true" << endl;
+ out << ", :binary => true";
}
}