From c10e612639281c32ef08839390310e765b80f58c Mon Sep 17 00:00:00 2001 From: kriben <471372+kriben@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:19:53 +0000 Subject: [PATCH] Fixes by clang-format --- .../Well/RigWellTargetCandidatesGenerator.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ApplicationLibCode/ReservoirDataModel/Well/RigWellTargetCandidatesGenerator.h b/ApplicationLibCode/ReservoirDataModel/Well/RigWellTargetCandidatesGenerator.h index bef0f16ddb..09be5daa1c 100644 --- a/ApplicationLibCode/ReservoirDataModel/Well/RigWellTargetCandidatesGenerator.h +++ b/ApplicationLibCode/ReservoirDataModel/Well/RigWellTargetCandidatesGenerator.h @@ -83,11 +83,11 @@ class RigWellTargetCandidatesGenerator size_t timeStepIdx ); static RimRegularGridCase* generateEnsembleCandidates( RimEclipseCaseEnsemble& ensemble, - size_t timeStepIdx, - VolumeType volumeType, - VolumesType volumesType, - VolumeResultType volumeResultType, - const ClusteringLimits& limits ); + size_t timeStepIdx, + VolumeType volumeType, + VolumesType volumesType, + VolumeResultType volumeResultType, + const ClusteringLimits& limits ); class ClusterStatistics {