aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-22 00:50:49 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-22 00:50:49 +0200
commit1e96999863da24021c215a3706b5a442789ba3a7 (patch)
treea143003eac5b98114234bef0aafdfe6bc94c54f5 /gui/ice40
parent44f52234fb95ee3031f8ccea35e15b52c19e7b14 (diff)
downloadnextpnr-1e96999863da24021c215a3706b5a442789ba3a7.tar.gz
nextpnr-1e96999863da24021c215a3706b5a442789ba3a7.tar.bz2
nextpnr-1e96999863da24021c215a3706b5a442789ba3a7.zip
clangformat
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'gui/ice40')
-rw-r--r--gui/ice40/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc
index 847698c5..810a98ae 100644
--- a/gui/ice40/mainwindow.cc
+++ b/gui/ice40/mainwindow.cc
@@ -222,7 +222,7 @@ void MainWindow::new_proj()
QString package = QInputDialog::getItem(this, "Select package", "Package:", getSupportedPackages(chipArgs.type),
0, false, &ok);
- if (ok && !item.isEmpty()) {
+ if (ok && !item.isEmpty()) {
currentProj = "";
currentJson = "";
currentPCF = "";