# File lib/rexml/formatters/pretty.rb, line 95
      def write_comment( node, output)
        output << ' ' * @level
        super
      end