aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-10-21 13:19:44 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-10-27 12:02:01 +0200
commitd08fe2109dcb7e037d4321f9804a5c0aeca3b87b (patch)
tree938720d86a6fd054cd14e39d56cd33958ddee3bd /gui/designwidget.h
parentf43ee265e8d303d7b41b9b79036c3c2ba433877b (diff)
downloadnextpnr-d08fe2109dcb7e037d4321f9804a5c0aeca3b87b.tar.gz
nextpnr-d08fe2109dcb7e037d4321f9804a5c0aeca3b87b.tar.bz2
nextpnr-d08fe2109dcb7e037d4321f9804a5c0aeca3b87b.zip
clangformat
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 1859ed12..f27eced2 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -113,7 +113,7 @@ class DesignWidget : public QWidget
QMap<QtProperty *, QString> propertyToId;
QMap<QString, QtProperty *> idToProperty;
- std::vector<std::pair<int,QModelIndex>> history;
+ std::vector<std::pair<int, QModelIndex>> history;
int history_index;
bool history_ignore;