Skip to content

Commit

Permalink
Per #1714, just fixing spacing in source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Apr 7, 2021
1 parent f843da1 commit 612db89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion met/src/libcode/vx_tc_util/atcf_line_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ ConcatString ATCFLineBase::basin() const {
////////////////////////////////////////////////////////////////////////

ConcatString ATCFLineBase::cyclone_number() const {
return(get_item(CycloneNumberOffset)); }
return(get_item(CycloneNumberOffset));
}

////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 612db89

Please sign in to comment.