Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -51,8 +51,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
GPUCommandListModel::GPUCommandListModel(QObject* parent) : QAbstractListModel(parent) {
|
||||
}
|
||||
GPUCommandListModel::GPUCommandListModel(QObject* parent) : QAbstractListModel(parent) {}
|
||||
|
||||
int GPUCommandListModel::rowCount(const QModelIndex& parent) const {
|
||||
return static_cast<int>(pica_trace.writes.size());
|
||||
|
Reference in New Issue
Block a user