fix indentation of macro guard

release/4.3a0
Varun Agrawal 2020-07-29 11:35:02 -05:00
parent ca88ac568b
commit 08df535cba
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ TEST( Pose3, stream)
os << T;
string expected;
#ifdef GTSAM_TYPEDEF_POINTS_TO_VECTORS
#ifdef GTSAM_TYPEDEF_POINTS_TO_VECTORS
expected = "R: [\n\t1, 0, 0;\n\t0, 1, 0;\n\t0, 0, 1\n]\nt: 0\n0\n0";;
#else
expected = "R: [\n\t1, 0, 0;\n\t0, 1, 0;\n\t0, 0, 1\n]\nt: [0, 0, 0]'";