From 93a34033a98f957805d7220c6f9c294695cc6f94 Mon Sep 17 00:00:00 2001 From: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com> Date: Wed, 23 Jun 2021 13:21:54 -0400 Subject: [PATCH] Correcting tabs --- Gems/Multiplayer/Code/Source/NetworkTime/NetworkTime.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gems/Multiplayer/Code/Source/NetworkTime/NetworkTime.cpp b/Gems/Multiplayer/Code/Source/NetworkTime/NetworkTime.cpp index 9a8a2c1bc1..5189ad9544 100644 --- a/Gems/Multiplayer/Code/Source/NetworkTime/NetworkTime.cpp +++ b/Gems/Multiplayer/Code/Source/NetworkTime/NetworkTime.cpp @@ -130,8 +130,8 @@ namespace Multiplayer { if (NetBindComponent* netBindComponent = entityHandle.GetNetBindComponent()) { - netBindComponent->NotifySyncRewindState(); - } + netBindComponent->NotifySyncRewindState(); + } } m_rewoundEntities.clear(); }