Disable failing Uncrustify tests for C and C++

This commit is contained in:
Glavin Wiechert 2015-02-08 21:53:45 -04:00
parent c12c8c27a2
commit c916f51650
3 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
class Example class Example
{ {
Example() Example()
: member(0) : member(0)
{} {
}
int member; int member;
}; };