Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chin123 committed Jul 3, 2019
1 parent a8cd6f1 commit 9fda211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cubeui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ void CubeUi::setupTable()
tableWidget = new QTableWidget(0, 3, this);
tableWidget->horizontalHeader()->setStretchLastSection(true);
QStringList headings;
headings << QString("Date") << QString("Time") << QString("Scramble");
headings << QString("Date") << QString("Time") << QString("Scramble");
tableWidget->setHorizontalHeaderLabels(headings);
std::ifstream ifile("times.csv");
std::string curline;
Expand Down Expand Up @@ -411,7 +411,7 @@ CubeUi::CubeUi(QWidget *parent) : QWidget(parent)
grid->addWidget(dummy, 4, 0, 1, 4);
grid->addWidget(tableWidget, 5, 0, 5, 4);

setLayout(grid);
setLayout(grid);
onScramble();
updateAvg();
QLineSeries* ao5series = new QLineSeries();
Expand Down

0 comments on commit 9fda211

Please sign in to comment.