aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Memory/IMemoryManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMeilleure/Memory/IMemoryManager.cs')
-rw-r--r--src/ARMeilleure/Memory/IMemoryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMeilleure/Memory/IMemoryManager.cs b/src/ARMeilleure/Memory/IMemoryManager.cs
index 5eb1fadd..ec5b81eb 100644
--- a/src/ARMeilleure/Memory/IMemoryManager.cs
+++ b/src/ARMeilleure/Memory/IMemoryManager.cs
@@ -74,4 +74,4 @@ namespace ARMeilleure.Memory
/// <param name="exemptId">Optional ID of the handles that should not be signalled</param>
void SignalMemoryTracking(ulong va, ulong size, bool write, bool precise = false, int? exemptId = null);
}
-} \ No newline at end of file
+}