Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 26, 2024
1 parent c3b9e34 commit 7931ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DigitSamplerTask : public io::DigitIOBaseTask

std::vector<ROFRecord> rofs;
std::vector<Digit> digits;
while((mReadIsOk = mDigitSampler->read(digits, rofs))) {
while ((mReadIsOk = mDigitSampler->read(digits, rofs))) {

// process the current input TF if requested
if (shouldProcess()) {
Expand Down

0 comments on commit 7931ac7

Please sign in to comment.