Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangcg123 committed Sep 6, 2022
1 parent 0d26c8c commit 28fc34a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EventFilter/RPCRawToDigi/plugins/RPCCPPFUnpacker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ void RPCCPPFUnpacker::processRXRecord(RPCAMCLink link,
LogDebug("RPCCPPFRawToDigi") << "RXRecord " << std::hex << record.getRecord() << std::dec << std::endl;
unsigned int fed(link.getFED());
unsigned int amc_number(link.getAMCNumber());
if ( record.getLink() > 80 )return;
if (record.getLink() > 80)
return;
link.setAMCInput(record.getLink());

int bx_offset = (int)(record.getBXCounterMod() + 31 - bx_counter_mod) % 27 - 4;
Expand Down

0 comments on commit 28fc34a

Please sign in to comment.