mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 09:17:59 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -29,8 +29,7 @@ using nihstro::SourceRegister;
|
||||
using nihstro::SwizzlePattern;
|
||||
|
||||
GraphicsVertexShaderModel::GraphicsVertexShaderModel(GraphicsVertexShaderWidget* parent)
|
||||
: QAbstractTableModel(parent), par(parent) {
|
||||
}
|
||||
: QAbstractTableModel(parent), par(parent) {}
|
||||
|
||||
int GraphicsVertexShaderModel::columnCount(const QModelIndex& parent) const {
|
||||
return 3;
|
||||
|
Reference in New Issue
Block a user