Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 27, 2023
1 parent ae6a7b9 commit 347ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/analysis/alias_analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ AliasResult alias_analysis(Stmt *var1, Stmt *var2) {
external_ptr = matrix_ptr->origin->cast<ExternalPtrStmt>();
}
if (!external_ptr)
return AliasResult::different;
return AliasResult::different;
}
// If one external pointer references the grad tensor and the other
// references the data tensor, they are not aliased
Expand Down

0 comments on commit 347ba0c

Please sign in to comment.