moc: Fix indentation of generated code
Clang warns about misleading indentation when parsing moc-generated
files. Amends 4ed39bed4e.
Change-Id: Ie8c5b38a28316cb2541304eb712ad2ca60be0e42
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
parent
464b5278fa
commit
7ff7d73f6a
|
|
@ -1001,7 +1001,7 @@ void Generator::generateMetacall()
|
|||
needUser |= p.user.endsWith(')');
|
||||
}
|
||||
|
||||
fprintf(out, "\n#ifndef QT_NO_PROPERTIES\n ");
|
||||
fprintf(out, "\n#ifndef QT_NO_PROPERTIES\n ");
|
||||
if (needElse)
|
||||
fprintf(out, "else ");
|
||||
fprintf(out,
|
||||
|
|
|
|||
Loading…
Reference in New Issue