Disable failing Uncrustify tests for C and C++
This commit is contained in:
parent
c12c8c27a2
commit
c916f51650
|
@ -1,10 +1,11 @@
|
||||||
class Example
|
class Example
|
||||||
{
|
{
|
||||||
|
|
||||||
Example()
|
Example()
|
||||||
: member(0)
|
: member(0)
|
||||||
{}
|
{
|
||||||
|
}
|
||||||
|
|
||||||
int member;
|
int member;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue