From 01cd7e715b9cc473a9fb8df4478d6ea3ad01b306 Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Sat, 23 Sep 2023 16:43:40 +0300 Subject: [PATCH] Fix formatting --- components/nif/niffile.cpp | 6 ++++-- components/nif/physics.hpp | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 682fef1987..0106f47e2f 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -361,7 +361,8 @@ namespace Nif { "NiPSysModifierActiveCtlr", &construct }, // Modifier controllers, Bethesda - { "BSPSysMultiTargetEmitterCtlr", &construct }, + { "BSPSysMultiTargetEmitterCtlr", + &construct }, // Modifier controller data, Gamebryo { "NiPSysEmitterCtlrData", &construct }, @@ -396,7 +397,8 @@ namespace Nif // Constraint records, Bethesda { "bhkBallAndSocketConstraint", &construct }, - { "bhkBallSocketConstraintChain", &construct }, + { "bhkBallSocketConstraintChain", + &construct }, { "bhkHingeConstraint", &construct }, { "bhkLimitedHingeConstraint", &construct }, { "bhkRagdollConstraint", &construct }, diff --git a/components/nif/physics.hpp b/components/nif/physics.hpp index a14d1d55f6..6f7b14f1ee 100644 --- a/components/nif/physics.hpp +++ b/components/nif/physics.hpp @@ -5,8 +5,8 @@ #include "record.hpp" #include "recordptr.hpp" -#include #include +#include #include #include