Skip to content

Commit

Permalink
clang code format
Browse files Browse the repository at this point in the history
  • Loading branch information
perrotta committed Feb 26, 2020
1 parent 26ccad5 commit 67ddf53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ namespace {
val[1] = it.getEEValue();

} else {
double row = NbRows - 0.5;
align->Fill(0.5, row, it.getEBValue() - val[0]);
double row = NbRows - 0.5;
align->Fill(0.5, row, it.getEBValue() - val[0]);
align->Fill(1.5, row, it.getEEValue() - val[1]);
}

Expand Down

0 comments on commit 67ddf53

Please sign in to comment.