From 4ce55f1c8c4bb4337d032c8364f95a987b054b69 Mon Sep 17 00:00:00 2001 From: David Gilbert <gilbert@vr.rwth-aachen.de> Date: Mon, 22 Jul 2024 09:54:36 +0200 Subject: [PATCH] style(pawn): Makes clang format happy --- Source/RWTHVRToolkit/Public/Pawn/RWTHVRPawn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RWTHVRToolkit/Public/Pawn/RWTHVRPawn.h b/Source/RWTHVRToolkit/Public/Pawn/RWTHVRPawn.h index d085a50a..260cdc04 100644 --- a/Source/RWTHVRToolkit/Public/Pawn/RWTHVRPawn.h +++ b/Source/RWTHVRToolkit/Public/Pawn/RWTHVRPawn.h @@ -102,7 +102,7 @@ protected: void UpdateRightHandForDesktopInteraction() const; /* Replicated functionality */ - + /* Add a sync component to all instances of this pawn */ UFUNCTION(Reliable, NetMulticast) void MulticastAddDCSyncComponent(); -- GitLab