Skip to content

Commit 7294654

Browse files
committed
style: formatting changes
* src/scan-code.l: here.
1 parent bad4fc0 commit 7294654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scan-code.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ parse_ref (char *cp, symbol_list *rule, int rule_length,
500500
cp_end - cp : ref_tail_fields - cp;
501501

502502
complain (text_loc, complaint,
503-
_("invalid reference: %s"), quote (text));
503+
_("invalid reference: %s"), quote (text));
504504
if (len == 0)
505505
{
506506
location sym_loc = *text_loc;
@@ -532,7 +532,7 @@ parse_ref (char *cp, symbol_list *rule, int rule_length,
532532
if (variant_count > 1)
533533
{
534534
complain (text_loc, Wother,
535-
_("misleading reference: %s"), quote (text));
535+
_("misleading reference: %s"), quote (text));
536536
show_sub_messages (Wother,
537537
cp, explicit_bracketing, midrule_rhs_index,
538538
dollar_or_at);

0 commit comments

Comments
 (0)