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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2011-06-21 11:25:03 +0400
committerJb Evain <jbevain@gmail.com>2011-06-21 11:25:03 +0400
commit6dab1a47ea7408cc107b591061be6d5cfe0dcb5c (patch)
treebe54a885c5b7175e7a5af3b2bda1803ea6a326a5 /Mono.Cecil
parent41d98099e5f83645987cff577a3fe94332cf4762 (diff)
replace spaces by tabs
Diffstat (limited to 'Mono.Cecil')
-rw-r--r--Mono.Cecil/AssemblyWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Cecil/AssemblyWriter.cs b/Mono.Cecil/AssemblyWriter.cs
index 96b4d15..5a48d99 100644
--- a/Mono.Cecil/AssemblyWriter.cs
+++ b/Mono.Cecil/AssemblyWriter.cs
@@ -2455,7 +2455,7 @@ namespace Mono.Cecil {
return;
}
- var buffer = new SignatureWriter (metadata);
+ var buffer = new SignatureWriter (metadata);
buffer.WriteCompressedUInt32 ((uint) count);
buffer.WriteICustomAttributeNamedArguments (attribute);