code formatting in blayer files

This commit is contained in:
Matthias Hochsteger 2025-04-28 15:31:30 +02:00
parent f42d0c0be4
commit 494b0ae37c
4 changed files with 39 additions and 40 deletions

View File

@ -464,8 +464,7 @@ struct GrowthVectorLimiter
}
template <typename TFunc>
void FindTreeIntersections (double trig_shift, double seg_shift, TFunc f,
TBitArray<PointIndex> * relevant_points = nullptr)
void FindTreeIntersections (double trig_shift, double seg_shift, TFunc f, TBitArray<PointIndex>* relevant_points = nullptr)
{
static Timer t("GrowthVectorLimiter::FindTreeIntersections");
RegionTimer rt(t);