From 207d1e511368dc7eec38ad6de769b602b380a993 Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Wed, 9 Aug 2023 11:54:55 -0700 Subject: [PATCH] format --- binding/unity/Assets/Rhino/RhinoManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binding/unity/Assets/Rhino/RhinoManager.cs b/binding/unity/Assets/Rhino/RhinoManager.cs index 1dea8572..fe7e14af 100644 --- a/binding/unity/Assets/Rhino/RhinoManager.cs +++ b/binding/unity/Assets/Rhino/RhinoManager.cs @@ -133,7 +133,8 @@ public void Process() /// Free resources that were allocated to Rhino and the voice processor /// public void Delete() - {if (_rhino != null) + { + if (_rhino != null) { VoiceProcessor.Instance.RemoveFrameListener(OnFrameCaptured); if (VoiceProcessor.Instance.NumFrameListeners == 0) {