From 7a8022aee7dac52e60f268c3a7979f246f0c07a5 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 11 Jan 2023 17:34:35 -0800 Subject: [PATCH] Fix formatting --- include/Kyoto/Animation/CPOINode.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Kyoto/Animation/CPOINode.hpp b/include/Kyoto/Animation/CPOINode.hpp index 385cbac9..3b39878b 100644 --- a/include/Kyoto/Animation/CPOINode.hpp +++ b/include/Kyoto/Animation/CPOINode.hpp @@ -54,8 +54,8 @@ CHECK_SIZEOF(CPOINode, 0x38) class CBoolPOINode : public CPOINode { public: - CBoolPOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index, - bool unique, float weight, int charIdx, int flags, bool value); /* + CBoolPOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index, bool unique, + float weight, int charIdx, int flags, bool value); /* : CPOINode(name, type, time, index, unique, weight, charIdx, flags) , x38_val(value) {} */