java: style: fix coding style

* data/skeletons/java.m4: Indent by two.
* data/skeletons/lalr1.java (yynnts_): Remove.
(yyfinal_, yyntokens_, yylast_, yyempty_): Rename as...
(YYFINAL_, YYNTOKENS_, YYLAST_, YYEMPTY_): these, they are constants.
This commit is contained in:
Akim Demaille
2020-04-06 13:44:06 +02:00
parent e657f04b62
commit 0f6ab8e692
2 changed files with 26 additions and 27 deletions

View File

@@ -181,8 +181,8 @@ m4_define([b4_declare_symbol_enum],
}
private static final SymbolKind[] values_ = {
]m4_map_args_sep([b4_symbol_kind(], [)], [,
], b4_symbol_numbers)[
]m4_map_args_sep([b4_symbol_kind(], [)], [,
], b4_symbol_numbers)[
};
static final SymbolKind get (int code) {