Skip to content

Commit effdb02

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-13356
Please consider the following formatting changes to #13356
2 parents 6d434f6 + f51a8dd commit effdb02

File tree

1 file changed

+2
-2
lines changed
  • DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT

1 file changed

+2
-2
lines changed

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/NoiseMap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ class NoiseMap
205205
NoiseMap merge(NoiseMap* prev)
206206
{
207207
int incre = 0;
208-
for (size_t i = 0; i < (int)mNoisyPixels.size(); ++i) {
209-
for (const auto& prev_np : prev->mNoisyPixels[i]) { // only enters this for loop if the "i" chip exists.
208+
for (size_t i = 0; i < (int)mNoisyPixels.size(); ++i) {
209+
for (const auto& prev_np : prev->mNoisyPixels[i]) { // only enters this for loop if the "i" chip exists.
210210
bool existsInCurrentMap = false;
211211
for (const auto& current_np : mNoisyPixels[i]) {
212212
if (prev_np.first == current_np.first) {

0 commit comments

Comments
 (0)