Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Oct 29, 2024
1 parent 3e4964a commit cad46d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions passes/cmds/activity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ struct ActivityProp {
for (int i = 0; i < GetSize(sig); i++) {
SigBit bit(sig[i]);
if (i < activities.size() -1) {
ActivityMap.emplace(bit, activities[i]);
DutyMap.emplace(bit, duties[i]);
ActivityMap.emplace(bit, activities[i]);
DutyMap.emplace(bit, duties[i]);
} else {
ActivityMap.emplace(bit, "0.0");
DutyMap.emplace(bit, "0.0");
DutyMap.emplace(bit, "0.0");
}
}
}
Expand Down

0 comments on commit cad46d9

Please sign in to comment.