indentation nit

This commit is contained in:
Vern Paxson 2021-08-19 11:00:13 -07:00
parent bd7edd27fd
commit 9d38946a95

View file

@ -419,7 +419,7 @@ private:
// Optimizing the low-level compiled instructions.
void OptimizeInsts();
// Tracks which instructions can be branched to via the given
// Tracks which instructions can be branched to via the given
// set of switches.
template<typename T>
void TallySwitchTargets(const CaseMapsI<T>& switches);