Skip to content

Commit feb30c2

Browse files
committed
Code-format
1 parent 2f455f6 commit feb30c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CondCore/EcalPlugins/plugins/EcalChannelStatus_PayloadInspector.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace {
2121
static constexpr int kEBChannels = 61200, kEEChannels = 14648, NRGBs = 5, NCont = 255;
22-
// barrel lower and upper bounds on eta and phi
22+
// barrel lower and upper bounds on eta and phi
2323
static constexpr int MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, MAX_IPHI = 360;
2424
// endcaps lower and upper bounds on x and y
2525
static constexpr int IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100;

0 commit comments

Comments
 (0)