From 389518a8f02274376bcfda626903afd3d985a5a7 Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Wed, 16 Oct 2024 21:37:41 -0700 Subject: [PATCH] tab issue --- passes/sat/sim.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc index b9ecf2d5e..77591b35a 100644 --- a/passes/sat/sim.cc +++ b/passes/sat/sim.cc @@ -2419,7 +2419,7 @@ struct AnnotateActivity : public OutputWriter { int sig = data.first; if (!use_signal.at(sig)) continue; - // Create an entry in the map with all zeros for all bits of the signal + // Create an entry in the map with all zeros for all bits of the signal SignalActivityDataMap::iterator itr = dataMap.find(sig); if (itr == dataMap.end()) { Const value = data.second;