Skip to content

Commit

Permalink
Fix spacing in System.Runtime ref to be consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan committed Jan 20, 2018
1 parent c205530 commit a4c639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.Runtime/ref/System.Runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@ protected OwnedMemory() { }
public abstract System.Span<T> 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<T> arraySegment);
Expand Down

0 comments on commit a4c639f

Please sign in to comment.