Skip to content

Commit

Permalink
#1932: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern authored and nlslatt committed Oct 19, 2022
1 parent dacf600 commit af8d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/termination/termination.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ inline void TerminationDetector::produceConsume(

// If a node is not passed, use the current node (self-prod/cons)
if (node == uninitialized_destination) {
node = this_node_;
node = this_node_;
}

if (produce) {
Expand Down

0 comments on commit af8d214

Please sign in to comment.