Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Mar 14, 2022
1 parent 01cd327 commit f96865e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usd/src/UsdTestUtils.hh
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ void CheckInertial(const pxr::UsdPrim &_usdPrim,
EXPECT_EQ(_isRigid, _usdPrim.HasAPI<pxr::UsdPhysicsRigidBodyAPI>());
EXPECT_EQ(_isRigid, _usdPrim.HasAPI<pxr::UsdPhysicsMassAPI>());
}
} // namespace testing
} // namespace usd
} // namespace testing
} // namespace usd
}
} // namespace sdf
} // namespace sdf

#endif

0 comments on commit f96865e

Please sign in to comment.