aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/CodeGen/Linking
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMeilleure/CodeGen/Linking')
-rw-r--r--src/ARMeilleure/CodeGen/Linking/RelocEntry.cs2
-rw-r--r--src/ARMeilleure/CodeGen/Linking/RelocInfo.cs2
-rw-r--r--src/ARMeilleure/CodeGen/Linking/SymbolType.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ARMeilleure/CodeGen/Linking/RelocEntry.cs b/src/ARMeilleure/CodeGen/Linking/RelocEntry.cs
index a27bfded..d103bc39 100644
--- a/src/ARMeilleure/CodeGen/Linking/RelocEntry.cs
+++ b/src/ARMeilleure/CodeGen/Linking/RelocEntry.cs
@@ -35,4 +35,4 @@ namespace ARMeilleure.CodeGen.Linking
return $"({nameof(Position)} = {Position}, {nameof(Symbol)} = {Symbol})";
}
}
-} \ No newline at end of file
+}
diff --git a/src/ARMeilleure/CodeGen/Linking/RelocInfo.cs b/src/ARMeilleure/CodeGen/Linking/RelocInfo.cs
index caaf08e3..01ff0347 100644
--- a/src/ARMeilleure/CodeGen/Linking/RelocInfo.cs
+++ b/src/ARMeilleure/CodeGen/Linking/RelocInfo.cs
@@ -29,4 +29,4 @@ namespace ARMeilleure.CodeGen.Linking
_entries = entries;
}
}
-} \ No newline at end of file
+}
diff --git a/src/ARMeilleure/CodeGen/Linking/SymbolType.cs b/src/ARMeilleure/CodeGen/Linking/SymbolType.cs
index b05b6969..ed348751 100644
--- a/src/ARMeilleure/CodeGen/Linking/SymbolType.cs
+++ b/src/ARMeilleure/CodeGen/Linking/SymbolType.cs
@@ -23,6 +23,6 @@
/// <summary>
/// Refers to a special symbol which is handled by <see cref="Translation.PTC.Ptc.PatchCode"/>.
/// </summary>
- Special
+ Special,
}
}