From acae85d1a4659b45405c926235735489d57beabe Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 13 Nov 2018 21:58:22 -0800 Subject: [PATCH] Fix a space issue --- tgt-vhdl/stmt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgt-vhdl/stmt.cc b/tgt-vhdl/stmt.cc index 51ac8bb20..6d9c7f437 100644 --- a/tgt-vhdl/stmt.cc +++ b/tgt-vhdl/stmt.cc @@ -1250,7 +1250,7 @@ static void process_number(vhdl_binop_expr *all, vhdl_var_ref *test, switch (bits[i]) { case 'x': if (is_casez) break; - // fallthrough + // fallthrough case '?': case 'z': continue; // Ignore these.