Skip to content

Commit

Permalink
Per #1764, no code changes, just fixing indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Halley Gotway committed Aug 23, 2021
1 parent e40a3db commit 2ae89c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions met/src/tools/core/point_stat/point_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1767,10 +1767,10 @@ void do_hira_ens(int i_vx, const PairDataPoint *pd_ptr) {
conf_info.vx_opt[i_vx].output_flag[i_orank],
stat_at, i_stat_row,
txt_at[i_orank], i_txt_row[i_orank]);
// Reset the observation valid time
shc.set_obs_valid_beg(conf_info.vx_opt[i_vx].vx_pd.beg_ut);
shc.set_obs_valid_end(conf_info.vx_opt[i_vx].vx_pd.end_ut);

// Reset the observation valid time
shc.set_obs_valid_beg(conf_info.vx_opt[i_vx].vx_pd.beg_ut);
shc.set_obs_valid_end(conf_info.vx_opt[i_vx].vx_pd.end_ut);
} // end if ORANK

// Write out the RPS line
Expand Down

1 comment on commit 2ae89c0

@sethlinden
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this. Strange thing is, it looks lined up in emacs. I just looked at current version and it looks lined up (properly spaced / indented). Tabs should be 3 spaces correct? I'll play around with my .emacs settings.

Please sign in to comment.