mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
style: avoid tabs
* src/scan-code.l: here.
This commit is contained in:
@@ -346,15 +346,15 @@ show_sub_message (warnings warning,
|
|||||||
location id_loc;
|
location id_loc;
|
||||||
|
|
||||||
if (var->hidden_by)
|
if (var->hidden_by)
|
||||||
{
|
{
|
||||||
id = var->hidden_by->id;
|
id = var->hidden_by->id;
|
||||||
id_loc = var->hidden_by->loc;
|
id_loc = var->hidden_by->loc;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
id = var->id;
|
id = var->id;
|
||||||
id_loc = var->loc;
|
id_loc = var->loc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create the explanation message. */
|
/* Create the explanation message. */
|
||||||
obstack_init (&msg_buf);
|
obstack_init (&msg_buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user