Skip to content

Commit

Permalink
Extraneous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Feb 24, 2024
1 parent 0fdff43 commit e2fc774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mdcomp/bigendian_io.hh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ namespace detail {
},
[](uint64_t const val) {
return _byteswap_uint64(val);
},
}
# endif
);
if constexpr (sizeof(T) == 2 || sizeof(T) == 4 || sizeof(T) == 8) {
Expand Down

0 comments on commit e2fc774

Please sign in to comment.