diff --git a/Source/WidgetInteraction/Public/WidgetInteraction.h b/Source/WidgetInteraction/Public/WidgetInteraction.h
index 08f46b516c419765ac4f99ba32755da15e3995e3..d1403ee72a7a1d1c53a6b793b7808ca6da01156f 100644
--- a/Source/WidgetInteraction/Public/WidgetInteraction.h
+++ b/Source/WidgetInteraction/Public/WidgetInteraction.h
@@ -22,11 +22,11 @@ public:
 	UVRWidgetInteractionComponent* GetWidgetInteractionComponent();
 
 private:
-	void CreateWidgetInteraction(USceneComponent * parent, AVirtualRealityPawn* outer);
+	void CreateWidgetInteraction(USceneComponent* parent, AVirtualRealityPawn* outer);
 
 private:
 	TBaseDelegate<void, ELevelTick, float> on_world_tick_start_delegate_;
 
-	UVRWidgetInteractionComponent * widget_interaction_cmp_;
+	UVRWidgetInteractionComponent* widget_interaction_cmp_;
 	UWorld* last_world;
 };