~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/cmakeprojectmanager/cmakeparser.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
{
59
59
    QString trimmedLine = rightTrimmed(line);
60
60
    if (trimmedLine.isEmpty() && !m_lastTask.isNull()) {
61
 
        if (m_skippedFirstEmptyLine) {
 
61
        if (m_skippedFirstEmptyLine)
62
62
            doFlush();
63
 
        } else {
 
63
        else
64
64
            m_skippedFirstEmptyLine = true;
65
 
        }
66
65
        return;
67
66
    }
68
67
    if (m_skippedFirstEmptyLine)