~iahmad/kubuntu-packaging/qtcreator

« back to all changes in this revision

Viewing changes to src/libs/qmljs/qmljsreformatter.cpp

  • Committer: Timo Jyrinki
  • Date: 2014-01-15 07:44:24 UTC
  • mfrom: (1.1.30)
  • Revision ID: timo.jyrinki@canonical.com-20140115074424-3pnj3a1x6s25im9v
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        Node::accept(node, this);
140
140
    }
141
141
 
142
 
    void acceptIndented(Node *node)
143
 
    {
144
 
        accept(node);
145
 
    }
146
 
 
147
142
    void lnAcceptIndented(Node *node)
148
143
    {
149
144
        newLine();