Skip to content

Commit

Permalink
Increased underline of module column
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalin committed Oct 14, 2024
1 parent 4846f8a commit dc8c700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FWCore/MessageService/src/ELstatistics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ namespace edm {
//
if (n == 0) {
s << "\n";
s << " type category sev module "
" subroutine count total\n"
<< " ---- -------------------- -- --------------------- "
"--------------------- ----- -----\n";
s << " type category sev module "
" subroutine count total\n"
<< " ---- -------------------- -- ------------------------- "
"--------------------- ----- -----\n";
}
// ----- Emit detailed message information:
//
Expand Down

0 comments on commit dc8c700

Please sign in to comment.