Skip to content

Commit f7783c5

Browse files
committed
LLVM 15 clang format
1 parent 2cf4c08 commit f7783c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tallies/trigger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void check_tally_triggers(double& ratio, int& tally_id, int& score)
7272

7373
const auto& results = t.results_;
7474
for (auto filter_index = 0; filter_index < results.shape(0);
75-
++filter_index) {
75+
++filter_index) {
7676
// Compute the tally uncertainty metrics.
7777
auto uncert_pair =
7878
get_tally_uncertainty(i_tally, trigger.score_index, filter_index);

0 commit comments

Comments
 (0)