diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-07-22 00:50:49 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-07-22 00:50:49 +0200 |
commit | 1e96999863da24021c215a3706b5a442789ba3a7 (patch) | |
tree | a143003eac5b98114234bef0aafdfe6bc94c54f5 /gui | |
parent | 44f52234fb95ee3031f8ccea35e15b52c19e7b14 (diff) | |
download | nextpnr-1e96999863da24021c215a3706b5a442789ba3a7.tar.gz nextpnr-1e96999863da24021c215a3706b5a442789ba3a7.tar.bz2 nextpnr-1e96999863da24021c215a3706b5a442789ba3a7.zip |
clangformat
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ice40/mainwindow.cc | 2 |
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 = "";
|