style: formatting changes

* src/scan-code.l: here.
This commit is contained in:
Akim Demaille
2020-07-05 17:03:06 +02:00
parent bad4fc09a7
commit 72946549ed

View File

@@ -500,7 +500,7 @@ parse_ref (char *cp, symbol_list *rule, int rule_length,
cp_end - cp : ref_tail_fields - cp;
complain (text_loc, complaint,
_("invalid reference: %s"), quote (text));
_("invalid reference: %s"), quote (text));
if (len == 0)
{
location sym_loc = *text_loc;
@@ -532,7 +532,7 @@ parse_ref (char *cp, symbol_list *rule, int rule_length,
if (variant_count > 1)
{
complain (text_loc, Wother,
_("misleading reference: %s"), quote (text));
_("misleading reference: %s"), quote (text));
show_sub_messages (Wother,
cp, explicit_bracketing, midrule_rhs_index,
dollar_or_at);