diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30213-align_right_comment.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30213-align_right_comment.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30213-align_right_comment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30213-align_right_comment.cpp deleted file mode 100644 index 43a2a70f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30213-align_right_comment.cpp +++ /dev/null @@ -1,29 +0,0 @@ -namespace A -{ -namespace B -{ -namespace C -{ - - -struct D -{ - int a; // a. - int b; - int c; -}; // struct D - - -} // namespace C - - -struct E {}; - - -} // namespace B - - -struct F {}; - - -} // namespace C |