Skip to content

Commit 918f01f

Browse files
committed
Please consider the following formatting changes
1 parent a716d37 commit 918f01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Core/CollisionTypeHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct CollisionSystemType {
3636
static constexpr collType kCollSyspPb = 3; // pPb
3737
static constexpr collType kCollSysOO = 4; // OO (Oxygen-Oxygen)
3838
static constexpr collType kCollSyspO = 5; // pO (proton-Oxygen)
39-
static constexpr collType kCollSysNeNe = 6; // NeNe (Neon-Neon)
39+
static constexpr collType kCollSysNeNe = 6; // NeNe (Neon-Neon)
4040
static constexpr collType kNCollSys = 7; // Number of collision systems
4141

4242
static std::string getCollisionSystemName(collType collSys);

0 commit comments

Comments
 (0)