[nostalgia/core] Cleanup formatting error in typeconv.hpp

This commit is contained in:
Gary Talent 2022-08-03 00:40:13 -05:00
parent e822bf2ccb
commit fb5934975d

View File

@ -76,7 +76,7 @@ struct BaseConverter {
}; };
template<typename SrcType, typename DstType> template<typename SrcType, typename DstType>
struct Converter: public BaseConverter{ struct Converter: public BaseConverter {
virtual ox::Error convert(SrcType*, DstType*) noexcept = 0; virtual ox::Error convert(SrcType*, DstType*) noexcept = 0;