]> sigrok.org Git - pulseview.git/blobdiff - pv/mainwindow.cpp
Minor whitespace fixes.
[pulseview.git] / pv / mainwindow.cpp
index 6b7fe4f530e94191f50da7f251d75b5f81205de9..e6f1a5e156c5fa36b72194e9cc6394c704a7a4f5 100644 (file)
@@ -750,7 +750,7 @@ void MainWindow::on_actionViewShowCursors_triggered()
        assert(view_);
 
        const bool show = !view_->cursors_shown();
-       if(show)
+       if (show)
                view_->centre_cursors();
 
        view_->show_cursors(show);