Skip to content

Commit

Permalink
inconsequential indentation fix to java compiler
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1176034 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bryan Duxbury committed Sep 26, 2011
1 parent 7dcd49f commit f357417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/cpp/src/generate/t_java_generator.cc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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(out) << "schemes.get(oprot.getScheme()).getScheme().write(oprot, this);" << endl;


indent_down(); indent_down();
indent(out) << " }" << endl << endl; indent(out) << "}" << endl << endl;
} }


/** /**
Expand Down
2 changes: 1 addition & 1 deletion lib/rb/thrift.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'thrift' s.name = 'thrift'
s.version = '0.8.0dev' s.version = '0.8.0.1'
s.authors = ['Thrift Developers'] s.authors = ['Thrift Developers']
s.email = ['dev@thrift.apache.org'] s.email = ['dev@thrift.apache.org']
s.homepage = 'http://thrift.apache.org' s.homepage = 'http://thrift.apache.org'
Expand Down

0 comments on commit f357417

Please sign in to comment.