From ee9cdb85958b4cdcf138029e54c7c0499d34d8b2 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 22 Oct 2013 16:43:17 +0200 Subject: [PATCH] style: avoid tabs * src/scan-code.l: here. --- src/scan-code.l | 16 ++++++++-------- 1 file 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); -- 2.47.2