Skip to content

Commit

Permalink
Fix some whitespace errors and unnecessary using
Browse files Browse the repository at this point in the history
  • Loading branch information
RA-Kooi committed Dec 24, 2021
1 parent 2c158f7 commit d031ad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion DwarfOne2C/CWriter/Function.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System;

namespace DwarfOne2C
{
Expand Down
3 changes: 1 addition & 2 deletions DwarfOne2C/Tags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<int> arrayDimLengths = new();

Expand Down

0 comments on commit d031ad8

Please sign in to comment.