mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-13 23:05:45 +00: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