From 9d38946a957d183acc29ba5b36ecfcea161ad87f Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Thu, 19 Aug 2021 11:00:13 -0700 Subject: [PATCH] indentation nit --- src/script_opt/ZAM/Compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script_opt/ZAM/Compile.h b/src/script_opt/ZAM/Compile.h index 4b99f96619..e2b4a7a400 100644 --- a/src/script_opt/ZAM/Compile.h +++ b/src/script_opt/ZAM/Compile.h @@ -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 void TallySwitchTargets(const CaseMapsI& switches);