We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37a23e commit 175fee3Copy full SHA for 175fee3
CalibFormats/SiPixelObjects/interface/PixelModuleName.h
@@ -72,7 +72,7 @@ namespace pos {
72
}
73
int module() const {
74
assert((id_ & 0x80000000) != 0);
75
- return ((id_)&0x3) + 1;
+ return ((id_) & 0x3) + 1;
76
77
78
friend std::ostream& operator<<(std::ostream& s, const PixelModuleName& pixelroc);
0 commit comments