diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java deleted file mode 100644 index 7927ee89..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java +++ /dev/null @@ -1,5 +0,0 @@ -public static void method() { - if (argA != null && argB != null) { - } - return (argA != null && argB != null); -} |