Skip to content

Commit 4ef01d9

Browse files
committed
Please consider the following formatting changes
1 parent aa1ebaa commit 4ef01d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataFormats/Detectors/TRD/src/Digit.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Digit::Digit(int det, int rob, int mcm, int channel, int pretrigphase) // add ad
5858

5959
void Digit::setPreTrigPhase(int phase)
6060
{
61-
mDetector = ((((phase)&0x3) << 12) | (mDetector & 0xfff));
61+
mDetector = ((((phase) & 0x3) << 12) | (mDetector & 0xfff));
6262
}
6363

6464
bool Digit::isSharedDigit() const

0 commit comments

Comments
 (0)