summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-10-22 16:43:17 +0200
committerAkim Demaille <akim@lrde.epita.fr>2013-10-22 16:43:17 +0200
commitee9cdb85958b4cdcf138029e54c7c0499d34d8b2 (patch)
treed48ab04f45b5bd0bd3e69dfba739e0c2c0867746
parenta81071233128e8c31507b9aa6c5f70906ab523f5 (diff)
downloadbison-ee9cdb85958b4cdcf138029e54c7c0499d34d8b2.tar.gz
style: avoid tabs
* src/scan-code.l: here.
-rw-r--r--src/scan-code.l16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/scan-code.l b/src/scan-code.l
index f9968d1c..0c11b403 100644
--- 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);