Skip to content

Commit f86a598

Browse files
Fix whitespace
1 parent c4d942d commit f86a598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/TrigInfo.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ namespace mu2e
99
{
1010
struct TrigInfo {
1111

12-
static const unsigned int ntrig_ = 30;
12+
static const unsigned int ntrig_ = 30;
1313

1414
bool _triggerArray[ntrig_];
15-
15+
1616
void reset() { *this = TrigInfo(); }
1717
};
1818
}

0 commit comments

Comments
 (0)