Skip to content

Commit

Permalink
Per #1870, just fixing indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Aug 27, 2021
1 parent 26f772b commit 3111c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 3111c7b

Please sign in to comment.