From 3d6f2637a2ffb76e4fd1fdf6fff9feecc6d45199 Mon Sep 17 00:00:00 2001 From: Daniel Woznicki Date: Mon, 28 Feb 2022 16:31:11 -0800 Subject: Made block comment indent @auto so that new lines line up nicely with existing comment block Previous indentation: /** * */ New indentation: /** * */ --- tests/indent/java/javadoc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/indent/java/javadoc.java') diff --git a/tests/indent/java/javadoc.java b/tests/indent/java/javadoc.java index 94ac9b7e3..3da0ba417 100644 --- a/tests/indent/java/javadoc.java +++ b/tests/indent/java/javadoc.java @@ -1,5 +1,5 @@ public class Foo { /** - */ + */ void foo() {} } -- cgit v1.2.3-70-g09d2