Skip to content

Commit 175fee3

Browse files
committed
Code-format
1 parent b37a23e commit 175fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CalibFormats/SiPixelObjects/interface/PixelModuleName.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace pos {
7272
}
7373
int module() const {
7474
assert((id_ & 0x80000000) != 0);
75-
return ((id_)&0x3) + 1;
75+
return ((id_) & 0x3) + 1;
7676
}
7777

7878
friend std::ostream& operator<<(std::ostream& s, const PixelModuleName& pixelroc);

0 commit comments

Comments
 (0)