From 57dfa00819b6f99f0c1d97c602c18ebb90150e0d Mon Sep 17 00:00:00 2001 From: David Gilbert <gilbert@vr.rwth-aachen.de> Date: Wed, 8 May 2024 12:39:06 +0200 Subject: [PATCH] style(pawn): Applies clang format 17 --- Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp index 1de02ebf..7c91f2f1 100644 --- a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp +++ b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp @@ -80,7 +80,8 @@ void ARWTHVRPawn::NotifyControllerChanged() Super::NotifyControllerChanged(); - UE_LOG(Toolkit, Display, TEXT("ARWTHVRPawn: Player Controller has changed, trying to change DCRA attachment if possible...")); + UE_LOG(Toolkit, Display, + TEXT("ARWTHVRPawn: Player Controller has changed, trying to change DCRA attachment if possible...")); // Only do this for all local controlled pawns -- GitLab