Skip to content

Commit

Permalink
Per #1870, unrelated... just fixing spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Aug 4, 2021
1 parent 1878787 commit a2bba44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions met/src/libcode/vx_tc_util/tc_columns.cc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void write_tc_mpr_row(TcHdrColumns &hdr, const TrackPairInfo &p,

// Set the description
if(p.n_lines() > i) {
hdr.set_desc((string)p.line(i)->get_item("DESC", false));
hdr.set_desc((string)p.line(i)->get_item("DESC", false));
}

// Write the header columns
Expand Down Expand Up @@ -191,7 +191,7 @@ void write_prob_rirw_row(TcHdrColumns &hdr, const ProbRIRWPairInfo &p,

// Pass the description from the input line to the output
if(p.line().n_items() > 0) {
hdr.set_desc((string)p.line().get_item("DESC", false));
hdr.set_desc((string)p.line().get_item("DESC", false));
}

// Write one line for all the probabilities
Expand Down

0 comments on commit a2bba44

Please sign in to comment.