Skip to content

Commit a6f55c5

Browse files
committed
...
1 parent a64aa95 commit a6f55c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/passes/pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ void PassRunner::handleAfterEffects(Pass* pass, Function* func) {
698698
int PassRunner::getPassDebug() {
699699
static const int passDebug =
700700
getenv("BINARYEN_PASS_DEBUG") ? atoi(getenv("BINARYEN_PASS_DEBUG")) : 0;
701-
// int WrongStyleTestVar = 3;
701+
// int WrongStyleTestVar = 3;
702702
return passDebug;
703703
}
704704

0 commit comments

Comments
 (0)