From fb5934975dff37a85cd64c4fdaa888f946e9f51f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 3 Aug 2022 00:40:13 -0500 Subject: [PATCH] [nostalgia/core] Cleanup formatting error in typeconv.hpp --- src/nostalgia/core/typeconv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nostalgia/core/typeconv.hpp b/src/nostalgia/core/typeconv.hpp index de247205..1de6a38c 100644 --- a/src/nostalgia/core/typeconv.hpp +++ b/src/nostalgia/core/typeconv.hpp @@ -76,7 +76,7 @@ struct BaseConverter { }; template -struct Converter: public BaseConverter{ +struct Converter: public BaseConverter { virtual ox::Error convert(SrcType*, DstType*) noexcept = 0;