Skip to content

Commit da9a6a8

Browse files
committed
csgrep --mode=evtstat: increase checker alignment to 48 chars
... to cover some FindBugz checkers
1 parent 69a0ff4 commit da9a6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csgrep.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class EvtCounter: public StatWriter {
130130
const int oldWidth = cout.width();
131131

132132
cout << fixed << setw(7) << item.second;
133-
cout << "\t" << left << setw(32) << key.first;
133+
cout << "\t" << left << setw(48) << key.first;
134134

135135
// restore iostream flags
136136
cout.width(oldWidth);

0 commit comments

Comments
 (0)