Skip to content

Commit

Permalink
Per #3075, no real code change, just whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Feb 6, 2025
1 parent be70c93 commit 48004fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_cal/unix_to_mdyhms.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ transform(t_month_str.begin(), t_month_str.end(),

for (int idx=1; idx<=12; idx++) {
if (t_month_str == short_month_name[idx] ||
t_month_str == month_name[idx]) {
t_month_str == month_name[idx]) {
month = idx;
break;
}
Expand Down

0 comments on commit 48004fc

Please sign in to comment.