diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
index 1de02ebfbce5e4710d9500f43616bbcf0c5ac4d1..7c91f2f11bfac74e19b3637b7841979b8a6415e3 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