Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
typerSniper committed Nov 7, 2024
1 parent 86dd654 commit e453d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Inline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public class Inliner : Duplicator

protected class UnrollDepthTracker
{
protected Dictionary <string, int> procUnrollDepth = new();
protected Dictionary <string, CallCmd> procUnrollSrc = new();
protected Dictionary<string, int> procUnrollDepth = new();
protected Dictionary<string, CallCmd> procUnrollSrc = new();

private string getName (Implementation impl) {
string procName = impl.Name;
Expand Down

0 comments on commit e453d8d

Please sign in to comment.