java: Fix a minor formatting problem in the gen-code
authorDavid Reiss <dreiss@apache.org>
Sun, 8 Feb 2009 22:46:38 +0000 (22:46 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 8 Feb 2009 22:46:38 +0000 (22:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@742192 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/src/generate/t_java_generator.cc

index d258cd0..d6d7aea 100644 (file)
@@ -1447,7 +1447,7 @@ void t_java_generator::generate_java_bean_boilerplate(ofstream& out,
       indent_up();
       indent(out) << "this.__isset." << field_name << " = value;" << endl;
       indent_down();
-      indent(out) << "}"; 
+      indent(out) << "}" << endl << endl
     }
   }
 }