From af8d214da56db48d74e0d64d0f85cedb89c5d404 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 18 Oct 2022 03:00:21 +0000 Subject: [PATCH] #1932: fix indentation --- src/vt/termination/termination.impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/termination/termination.impl.h b/src/vt/termination/termination.impl.h index 1d5a3db7f7..219ed4c44c 100644 --- a/src/vt/termination/termination.impl.h +++ b/src/vt/termination/termination.impl.h @@ -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) {