diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-19 16:22:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-19 19:14:52 +0900 |
| commit | 71fb4a139179e9d27070f7f3e98971e3e029697f (patch) | |
| tree | 92fbf03f1e546b3c99e6e06e98100b6ef8e4e2c6 /debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java | |
| parent | 6eae1a16a1001287ef5129db86f4ef2145ace3ca (diff) | |
| download | extra-dependencies-71fb4a139179e9d27070f7f3e98971e3e029697f.tar.gz extra-dependencies-71fb4a139179e9d27070f7f3e98971e3e029697f.zip | |
uncrustify: updated to version 0.73
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java')
| -rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java deleted file mode 100644 index 19b6df0f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java +++ /dev/null @@ -1,29 +0,0 @@ -class MyClass { - void foo(List<Integer> arr) { - arr.forEach(n -> { - // Okay: This line will be indented with only tabs. - if (cond1) { // Okay - // BAD1: This line will be indented with tabs up to lambda brace level, then spaces for the rest. - if (cond2) // BAD2 - // Okay - bar(); // Okay - if (cond3) // BAD3 - { // BAD4 - // BAD5 - bar(); // BAD6 - } // Okay - } // Okay - if (cond4) { // Okay - /* - BAD7: C-style comments will also be affected on all lines. - */ - } // Okay - if (cond5) // Okay - { // Okay - bar(); // BAD8 - } // Okay - if (cond6) // Okay - bar; // Okay - }); - } -} |
