Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 22, 2023
1 parent 037b2ef commit 1a746ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code_layout/sipify/sipifyheader.h
Expand Up @@ -523,7 +523,7 @@ class CORE_EXPORT TemplateInheritance4 : public SomethingElse1, public QList<Som
class CORE_EXPORT TemplateInheritance5 : public SomethingElse, public QList<Something>
{
}
class CORE_EXPORT TemplateInheritance6 : public SomethingElse, public QList<Abc,Def,Ghi>
class CORE_EXPORT TemplateInheritance6 : public SomethingElse, public QList<Abc, Def, Ghi>
{
}

Expand Down

0 comments on commit 1a746ea

Please sign in to comment.