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
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-10-16 18:51:38 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-10-16 18:51:38 +0300
commit654f91822c4ab558d5a125454a6a6ff6597b8e19 (patch)
treedf5252c0819667fc12baa7c403e6cf63793419f3 /src/ILCompiler.Compiler
parent580c88fdfe21e375bfab19e76080dc1182124b12 (diff)
Fix extra space in filename (#4735)
Diffstat (limited to 'src/ILCompiler.Compiler')
-rw-r--r--src/ILCompiler.Compiler/src/Compiler/CompilerGeneratedInteropStubManager.cs (renamed from src/ILCompiler.Compiler/src/Compiler/CompilerGeneratedInteropStubManager .cs)0
-rw-r--r--src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ILCompiler.Compiler/src/Compiler/CompilerGeneratedInteropStubManager .cs b/src/ILCompiler.Compiler/src/Compiler/CompilerGeneratedInteropStubManager.cs
index b018f7a5e..b018f7a5e 100644
--- a/src/ILCompiler.Compiler/src/Compiler/CompilerGeneratedInteropStubManager .cs
+++ b/src/ILCompiler.Compiler/src/Compiler/CompilerGeneratedInteropStubManager.cs
diff --git a/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj b/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
index 02763096a..5df406672 100644
--- a/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
+++ b/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
@@ -101,7 +101,7 @@
<Compile Include="Compiler\CompilerTypeSystemContext.BoxedTypes.cs" />
<Compile Include="Compiler\CompilerTypeSystemContext.Mangling.cs" />
<Compile Include="Compiler\CompilerTypeSystemContext.Sorting.cs" />
- <Compile Include="Compiler\CompilerGeneratedInteropStubManager .cs" />
+ <Compile Include="Compiler\CompilerGeneratedInteropStubManager.cs" />
<Compile Include="Compiler\DebugInformationProvider.cs" />
<Compile Include="Compiler\DependencyAnalysis\WindowsDebugILImagesSection.cs" />
<Compile Include="Compiler\DependencyAnalysis\WindowsDebugManagedNativeDictionaryInfoSection.cs" />