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:
authorJan Kotas <jkotas@microsoft.com>2018-03-03 03:17:54 +0300
committerJan Kotas <jkotas@microsoft.com>2018-03-03 04:11:24 +0300
commit91d08ec94192bd39e126cea2dc34795639726e2f (patch)
tree57acbf39e7001b6dc6d05f3937bdb1e551de8262 /src
parentf85888e94de393bb8018b65ccc1be22c08c0882e (diff)
Whitespace diffs
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs2
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ValueTaskAwaiter.cs2
-rw-r--r--src/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs
index b6f12299b..599453198 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs
@@ -215,4 +215,4 @@ namespace System.Runtime.CompilerServices
#endif
}
}
-} \ No newline at end of file
+}
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ValueTaskAwaiter.cs b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ValueTaskAwaiter.cs
index 221a1a437..e019f6613 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ValueTaskAwaiter.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ValueTaskAwaiter.cs
@@ -198,4 +198,4 @@ namespace System.Runtime.CompilerServices
void AwaitUnsafeOnCompleted(IAsyncStateMachineBox box);
}
#endif
-} \ No newline at end of file
+}
diff --git a/src/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs b/src/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs
index 206b533ae..8190921d0 100644
--- a/src/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs
+++ b/src/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs
@@ -772,4 +772,4 @@ namespace System.Threading.Tasks
/// </summary>
ObjectIsTask = 0x2
}
-} \ No newline at end of file
+}