Skip to content

Commit

Permalink
Code clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-kruczynski committed Nov 24, 2024
1 parent 892ddfc commit 0c859b7
Show file tree
Hide file tree
Showing 98 changed files with 1,451 additions and 1,830 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Deterministic>True</Deterministic>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion ELFSharp/ELF/Class.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public enum Class
{
Bit32,
Bit64,
NotELF
NotELF
}
}
3 changes: 1 addition & 2 deletions ELFSharp/ELF/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ public static class Consts
public const int SymbolEntrySize64 = 24;
public const int MinimalELFSize = 16;
}
}

}
Loading

0 comments on commit 0c859b7

Please sign in to comment.