From a2df751e75e36d15e181f772b3da5e7f32eb9285 Mon Sep 17 00:00:00 2001
From: Jonathan Wendt <wendt@vr.rwth-aachen.de>
Date: Thu, 5 Dec 2019 08:20:31 +0100
Subject: [PATCH] minor reformatting

---
 Source/WidgetInteraction/Public/WidgetInteraction.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Source/WidgetInteraction/Public/WidgetInteraction.h b/Source/WidgetInteraction/Public/WidgetInteraction.h
index d1b7bb7..b9ee1e0 100644
--- a/Source/WidgetInteraction/Public/WidgetInteraction.h
+++ b/Source/WidgetInteraction/Public/WidgetInteraction.h
@@ -15,10 +15,9 @@ public:
 	virtual void StartupModule() override;
 	virtual void ShutdownModule() override;
 
-	UFUNCTION()
-		void OnWorldTickStart(ELevelTick, float);
+	UFUNCTION() void OnWorldTickStart(ELevelTick, float);
 
-        URwthComponent* GetWidgetInteractionComponent();
+	URwthComponent* GetWidgetInteractionComponent();
 
 private:
 	void CreateWidgetInteraction(USceneComponent * parent, AVirtualRealityPawn* outer);
-- 
GitLab