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