Skip to content

Commit

Permalink
Merge pull request #1474 from GRIFFINCollaboration/create-pull-reques…
Browse files Browse the repository at this point in the history
…t/patch

[MegaLinter] Apply linters automatic fixes
  • Loading branch information
VinzenzBildstein authored Oct 25, 2024
2 parents 9351949 + 5ab4614 commit a423649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/TGUI/TSourceCalibration.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ void TSourceCalibration::BuildFirstInterface()
fSourceBox.back()->Select(index);
SetSource(kSourceBox + fSourceBox.size() - 1, index);
}
++index;
++index;
}
}
#else
Expand Down

0 comments on commit a423649

Please sign in to comment.