Skip to content

Commit

Permalink
style: formatting changes
Browse files Browse the repository at this point in the history
* src/scan-code.l: here.
  • Loading branch information
akimd committed Sep 20, 2020
1 parent bad4fc0 commit 7294654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scan-code.l
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 7294654

Please sign in to comment.