Skip to content

Commit

Permalink
#2231 Changed tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 7, 2023
1 parent 7b244a5 commit c9101c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcode/vx_data2d_nccf/var_info_nccf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void VarInfoNcCF::set_magic(const ConcatString &nstr, const ConcatString &lstr)
level_value = unix_time;
as_offset = false;
}
else if (is_number(ptr2)) {
else if (is_number(ptr2)) {
if (as_offset) level = atoi(ptr2);
else {
level = vx_data2d_dim_by_value;
Expand Down

0 comments on commit c9101c1

Please sign in to comment.