java: style: prefer 'int[] foo' to 'int foo[]'

* data/skeletons/java.m4 (b4_typed_parser_table_define): Here.
This commit is contained in:
Akim Demaille
2020-04-04 08:03:17 +02:00
parent cb40f5c624
commit cca8c73431

View File

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