From 52410ac6f7582101918e0d9ff6b3d78d187a477a Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 18 Mar 2013 19:27:55 +0000 Subject: [PATCH] Whitespace --- gtsam/inference/BayesTree-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/BayesTree-inl.h b/gtsam/inference/BayesTree-inl.h index d963fc38e..f862f86a4 100644 --- a/gtsam/inference/BayesTree-inl.h +++ b/gtsam/inference/BayesTree-inl.h @@ -724,7 +724,7 @@ namespace gtsam { this->removePath(typename Clique::shared_ptr(clique->parent_.lock()), bn, orphans); // add children to list of orphans (splice also removed them from clique->children_) - orphans.splice (orphans.begin(), clique->children_); + orphans.splice(orphans.begin(), clique->children_); bn.push_back(clique->conditional());