Skip to content

Commit 3b7af1d

Browse files
alibuildsawenzel
authored andcommitted
Please consider the following formatting changes
1 parent 09b12df commit 3b7af1d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Detectors/Base/src/TGeoGeometryUtils.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ TGeoTessellated* TGeoGeometryUtils::TGeoShapeToTGeoTessellated(TGeoShape const*
144144
return tes;
145145
}
146146

147-
148147
///< Bounded stand-in for a TGeoHalfSpace
149148
void TGeoGeometryUtils::makeHalfSpaceBox(const char* name, const double p[3], const double n[3], double reach)
150149
{

Detectors/Base/test/testHalfSpaceBox.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void compare(const TString& tag, const double p[3], const double n[3], double pa
9797
}
9898
if (ref->Contains(x) != box->Contains(x)) {
9999
BOOST_REQUIRE_MESSAGE(false, "containment differs for " << tag.Data() << " at (" << x[0] << "," << x[1] << ","
100-
<< x[2] << "), distance to plane " << d);
100+
<< x[2] << "), distance to plane " << d);
101101
}
102102
}
103103

0 commit comments

Comments
 (0)