inconsequential indentation fix to java compiler
authorBryan Duxbury <bryanduxbury@apache.org>
Mon, 26 Sep 2011 20:32:59 +0000 (20:32 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Mon, 26 Sep 2011 20:32:59 +0000 (20:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1176034 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/src/generate/t_java_generator.cc
lib/rb/thrift.gemspec

index 85090b8..ce83201 100644 (file)
@@ -1655,7 +1655,7 @@ void t_java_generator::generate_java_struct_writer(ofstream& out,
   indent(out) << "schemes.get(oprot.getScheme()).getScheme().write(oprot, this);" << endl;
 
   indent_down();
-  indent(out) << "  }" << endl << endl;        
+  indent(out) << "}" << endl << endl;  
 }
 
 /**
index 81d99c7..90d1bf8 100644 (file)
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
 
 Gem::Specification.new do |s|
   s.name        = 'thrift'
-  s.version     = '0.8.0dev'
+  s.version     = '0.8.0.1'
   s.authors     = ['Thrift Developers']
   s.email       = ['dev@thrift.apache.org']
   s.homepage    = 'http://thrift.apache.org'