diff --git a/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp b/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
index b813e2f9c2906079c2718140c84a78b41d4ebb92..90a4e2956a3d06f1cb42d6219e4f7f1ff31ca050 100644
--- a/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
+++ b/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
@@ -98,7 +98,7 @@ void UIntenSelectable::InitDefaultBehaviourReferences()
 	// Scoring
 
 	TSet<UActorComponent*> AllComponents = GetOwner()->GetComponents();
-	for (UActorComponent * c : AllComponents)
+	for (UActorComponent* c : AllComponents)
 	{
 		if (UIntenSelectableScoring* TryToGetScoring = Cast<UIntenSelectableScoring>(c))
 		{