Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLevi Broderick <levib@microsoft.com>2018-03-06 05:00:07 +0300
committerLevi Broderick <GrabYourPitchforks@users.noreply.github.com>2018-03-06 11:37:24 +0300
commit0aeb1474be7a0f85e70fa647af20703dd4baea45 (patch)
tree1dc50963bd4989208c23713c420c8c4b5e79c83b /src
parentd3e7fe784324b84c131d150f5cfd101de0ab7ecc (diff)
Fix whitespace
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com> Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/shared/System/SpanHelpers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/SpanHelpers.cs b/src/System.Private.CoreLib/shared/System/SpanHelpers.cs
index dc7fdb84d..901aa4426 100644
--- a/src/System.Private.CoreLib/shared/System/SpanHelpers.cs
+++ b/src/System.Private.CoreLib/shared/System/SpanHelpers.cs
@@ -455,7 +455,7 @@ namespace System
return;
#endif
-PInvoke:
+ PInvoke:
RuntimeImports.RhZeroMemory(ref b, byteLength);
}