projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a810712
)
style: avoid tabs
author
Akim Demaille
<akim@lrde.epita.fr>
Tue, 22 Oct 2013 14:43:17 +0000
(16:43 +0200)
committer
Akim Demaille
<akim@lrde.epita.fr>
Tue, 22 Oct 2013 14:43:17 +0000
(16:43 +0200)
* src/scan-code.l: here.
src/scan-code.l
patch
|
blob
|
history
diff --git
a/src/scan-code.l
b/src/scan-code.l
index
f9968d1
..
0c11b40
100644
(file)
--- a/
src/scan-code.l
+++ b/
src/scan-code.l
@@
-346,15
+346,15
@@
show_sub_message (warnings warning,
location id_loc;
if (var->hidden_by)
- {
- id = var->hidden_by->id;
- id_loc = var->hidden_by->loc;
- }
+
{
+
id = var->hidden_by->id;
+
id_loc = var->hidden_by->loc;
+
}
else
- {
- id = var->id;
- id_loc = var->loc;
- }
+
{
+
id = var->id;
+
id_loc = var->loc;
+
}
/* Create the explanation message. */
obstack_init (&msg_buf);