From d031ad8a855979cfd18c9396c607b67725e2f9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Kooi?= <48814281+RA-Kooi@users.noreply.github.com> Date: Fri, 24 Dec 2021 12:03:32 +0100 Subject: [PATCH] Fix some whitespace errors and unnecessary using --- DwarfOne2C/CWriter/Function.cs | 1 - DwarfOne2C/Tags.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/DwarfOne2C/CWriter/Function.cs b/DwarfOne2C/CWriter/Function.cs index e762ea6..8bbc9aa 100644 --- a/DwarfOne2C/CWriter/Function.cs +++ b/DwarfOne2C/CWriter/Function.cs @@ -1,5 +1,4 @@ using System.Collections.Generic; -using System; namespace DwarfOne2C { diff --git a/DwarfOne2C/Tags.cs b/DwarfOne2C/Tags.cs index 86242b2..50075b6 100644 --- a/DwarfOne2C/Tags.cs +++ b/DwarfOne2C/Tags.cs @@ -106,9 +106,8 @@ public enum TagType // Typedef public bool isPointer = false; // Size helper public bool isReference = false; // size helper - + // ArrayType - // public bool isMultidimArray = false; public List arrayDimLengths = new();