Skip to content
Snippets Groups Projects
Commit 7a74f6a7 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Cleanup formatting

parent 24345071
No related branches found
No related tags found
1 merge request!39Robot unit v3
......@@ -156,7 +156,7 @@ namespace armarx
/// @brief A Collision object for the floor
VirtualRobot::SceneObjectSetPtr floor;
/// @brief The pair of nodes causing the last detected collision (as index in \ref nodePairsToCheck or -1)
std::atomic_size_t lastCollisionPairIndex{std::numeric_limits<std::size_t>::max()};
std::atomic_size_t lastCollisionPairIndex {std::numeric_limits<std::size_t>::max()};
};
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment