Code formatting

This commit is contained in:
orbitcowboy 2022-01-25 13:08:05 +01:00
parent 81a25c0036
commit 00997283cb
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ void QList1(QList<int> intListArg)
QList<int> QList2() { // #10556
QList<int> v;
for (int i = 0; i < 4; ++i)
{
v.append(i);