Skip to content

Commit fdcb465

Browse files
committed
Restore indendation
1 parent 4a4c00b commit fdcb465

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ScatterplotPlugin.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,9 @@ void ScatterplotPlugin::samplePoints()
579579
if (getSamplerAction().getRestrictNumberOfElementsAction().isChecked() && numberOfPoints >= getSamplerAction().getMaximumNumberOfElementsAction().getValue())
580580
break;
581581

582-
const auto& distance = sampledPoint.first;
583-
const auto& localPointIndex = sampledPoint.second;
584-
const auto& globalPointIndex = localGlobalIndices[localPointIndex];
582+
const auto& distance = sampledPoint.first;
583+
const auto& localPointIndex = sampledPoint.second;
584+
const auto& globalPointIndex = localGlobalIndices[localPointIndex];
585585

586586
distances << distance;
587587
localPointIndices << localPointIndex;

0 commit comments

Comments
 (0)