You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by hi...@apache.org on 2001/02/06 16:09:38 UTC

cvs commit: xml-batik/sources/org/apache/batik/transcoder/svg2svg OutputManager.java

hillion     01/02/06 07:09:38

  Modified:    sources/org/apache/batik/transcoder/svg2svg
                        OutputManager.java
  Log:
  Fixed a little indentation problem.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-batik/sources/org/apache/batik/transcoder/svg2svg/OutputManager.java
  
  Index: OutputManager.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/transcoder/svg2svg/OutputManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- OutputManager.java	2001/01/23 09:30:32	1.1
  +++ OutputManager.java	2001/02/06 15:09:37	1.2
  @@ -21,7 +21,7 @@
    * This class is responsible of the output of XML constructs.
    *
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: OutputManager.java,v 1.1 2001/01/23 09:30:32 hillion Exp $
  + * @version $Id: OutputManager.java,v 1.2 2001/02/06 15:09:37 hillion Exp $
    */
   public class OutputManager {
   
  @@ -420,7 +420,7 @@
           startingLines.add(0, new Integer(line));
   
           if (prettyPrinter.getFormat()) {
  -            if (level > 0 && canIndent) {
  +            if (canIndent) {
                   printNewline();
                   printString(margin.toString());
               }