diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h deleted file mode 100644 index 1a868d10..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h +++ /dev/null @@ -1,11 +0,0 @@ -class Example
-{
-
-Example()
- : member(0)
-{
-}
-
-int member;
-
-};
|