Skip to content

Commit 2bb7bc9

Browse files
committed
Please consider the following formatting changes
1 parent b074426 commit 2bb7bc9

File tree

1 file changed

+1
-1
lines changed
  • Detectors/Upgrades/ALICE3/TRK/simulation/src

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace o2
2828
namespace trk
2929
{
3030

31-
// Helper function for floating point comparison
31+
// Helper function for floating point comparison
3232
inline bool isFullCircle(double phiSpanDeg, double epsilon = 0.005)
3333
{
3434
return (std::fabs(phiSpanDeg - 360.0) < epsilon);

0 commit comments

Comments
 (0)