From 42c0eb6aadb1057b198af35657c979ccd7365c42 Mon Sep 17 00:00:00 2001 From: acxz <17132214+acxz@users.noreply.github.com> Date: Sun, 20 Jun 2021 18:31:07 -0400 Subject: [PATCH] formatting --- gtsam/linear/tests/testGaussianBayesNet.cpp | 4 ++-- gtsam/linear/tests/testGaussianBayesTree.cpp | 4 ++-- gtsam/nonlinear/tests/testValues.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtsam/linear/tests/testGaussianBayesNet.cpp b/gtsam/linear/tests/testGaussianBayesNet.cpp index 09a741d0b..c88bf8731 100644 --- a/gtsam/linear/tests/testGaussianBayesNet.cpp +++ b/gtsam/linear/tests/testGaussianBayesNet.cpp @@ -25,14 +25,14 @@ #include #include #include // for operator += -using namespace boost::assign; #include -using namespace boost::placeholders; // STL/C++ #include #include +using namespace boost::assign; +using namespace boost::placeholders; using namespace std; using namespace gtsam; diff --git a/gtsam/linear/tests/testGaussianBayesTree.cpp b/gtsam/linear/tests/testGaussianBayesTree.cpp index 99d916123..a6a60c19c 100644 --- a/gtsam/linear/tests/testGaussianBayesTree.cpp +++ b/gtsam/linear/tests/testGaussianBayesTree.cpp @@ -21,9 +21,7 @@ #include #include // for operator += #include // for operator += -using namespace boost::assign; #include -using namespace boost::placeholders; #include #include @@ -31,6 +29,8 @@ using namespace boost::placeholders; #include #include +using namespace boost::assign; +using namespace boost::placeholders; using namespace std; using namespace gtsam; diff --git a/gtsam/nonlinear/tests/testValues.cpp b/gtsam/nonlinear/tests/testValues.cpp index 707d57aae..e9076a7d7 100644 --- a/gtsam/nonlinear/tests/testValues.cpp +++ b/gtsam/nonlinear/tests/testValues.cpp @@ -28,13 +28,13 @@ #include // for operator += #include #include -using namespace boost::assign; #include -using namespace boost::placeholders; #include #include #include +using namespace boost::assign; +using namespace boost::placeholders; using namespace gtsam; using namespace std; static double inf = std::numeric_limits::infinity();