Skip to content

Commit

Permalink
Redundant blank line at the end of a code block should be deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 3, 2019
1 parent b622b8e commit 141b6a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Expand Up @@ -238,7 +238,6 @@ void SimulationWorker::run()
// (Re)start our timer

timer.start();

}
}

Expand Down
1 change: 0 additions & 1 deletion src/plugins/support/ZIPSupport/src/qzip.cpp
Expand Up @@ -1019,7 +1019,6 @@ QVector<QZipReader::FileInfo> QZipReader::fileInfoList() const
for (int i = 0; i < numFileHeaders; ++i)
files.append(d->fillFileInfo(i));
return files;

}

/*!
Expand Down
Expand Up @@ -2696,7 +2696,6 @@ double GraphPanelPlotWidget::maxY() const
// Return our maximum Y value

return axisScaleDiv(QwtPlot::yLeft).upperBound();

}

//==============================================================================
Expand Down

0 comments on commit 141b6a3

Please sign in to comment.