java: formatting changes

* data/skeletons/java.m4, data/skeletons/lalr1.java: here.
This commit is contained in:
Akim Demaille
2020-02-02 07:42:11 +01:00
parent ba69beafac
commit edf495b38e
4 changed files with 16 additions and 16 deletions

View File

@@ -109,8 +109,8 @@ m4_define([b4_null], [null])
m4_define([b4_typed_parser_table_define],
[m4_ifval([$4], [b4_comment([$4])
])dnl
[private static final ]$1[ yy$2_[] = yy$2_init();
private static final ]$1[[] yy$2_init()
[private static final ]$1[ yy$2_[] = yy$2_init ();
private static final ]$1[[] yy$2_init ()
{
return new ]$1[[]
{