Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Nov 6, 2015
1 parent e8205ea commit e260704
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pv/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ void MainWindow::setup_ui()
SLOT(sticky_scrolling_changed(bool)));
connect(view_, SIGNAL(always_zoom_to_fit_changed(bool)), this,
SLOT(always_zoom_to_fit_changed(bool)));

}

void MainWindow::select_init_device() {
Expand Down Expand Up @@ -597,7 +596,6 @@ void MainWindow::load_init_file(const std::string &file_name,
load_file(QString::fromStdString(file_name), input_format);
}


void MainWindow::save_ui_settings()
{
QSettings settings;
Expand Down
1 change: 0 additions & 1 deletion pv/view/flag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ void Flag::drag_by(const QPoint &delta)
TimeMarker::drag_by(delta);
}


} // namespace view
} // namespace pv

0 comments on commit e260704

Please sign in to comment.