From a4c639fb48f9cbfb66e840016a63849ab9c897a2 Mon Sep 17 00:00:00 2001 From: ahsonkhan Date: Fri, 19 Jan 2018 18:39:00 -0800 Subject: [PATCH] Fix spacing in System.Runtime ref to be consistent. --- src/System.Runtime/ref/System.Runtime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Runtime/ref/System.Runtime.cs b/src/System.Runtime/ref/System.Runtime.cs index ca154ab9dca4..bfd34ca190b4 100644 --- a/src/System.Runtime/ref/System.Runtime.cs +++ b/src/System.Runtime/ref/System.Runtime.cs @@ -3728,7 +3728,7 @@ protected OwnedMemory() { } public abstract System.Span Span { get; } public void Dispose() { } protected abstract void Dispose(bool disposing); - public abstract MemoryHandle Pin(int offset = 0); + public abstract MemoryHandle Pin(int offset=0); public abstract bool Release(); public abstract void Retain(); protected internal abstract bool TryGetArray(out System.ArraySegment arraySegment);