From e453d8d05d2bf71dec9b450bc56e1cefd726ce1d Mon Sep 17 00:00:00 2001 From: Jatin Arora Date: Thu, 7 Nov 2024 10:30:02 -0500 Subject: [PATCH] fix space --- Source/Core/Inline.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Inline.cs b/Source/Core/Inline.cs index fb3c1cf99..f8caff3e0 100644 --- a/Source/Core/Inline.cs +++ b/Source/Core/Inline.cs @@ -18,8 +18,8 @@ public class Inliner : Duplicator protected class UnrollDepthTracker { - protected Dictionary procUnrollDepth = new(); - protected Dictionary procUnrollSrc = new(); + protected Dictionary procUnrollDepth = new(); + protected Dictionary procUnrollSrc = new(); private string getName (Implementation impl) { string procName = impl.Name;