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
path: root/Test
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2012-05-23 19:11:41 +0400
committerJb Evain <jbevain@gmail.com>2012-05-23 19:11:41 +0400
commitee9a544e30185d610ef06e6b3eb683047b7bab1c (patch)
tree7805a7f72164d0dee303b6f403477826c314efb8 /Test
parent4e0cec75888fb06b81b68e9cd59fe3a47944cca5 (diff)
Honor coding convention here as well
Diffstat (limited to 'Test')
-rw-r--r--Test/Mono.Cecil.Tests/ImageReadTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/Mono.Cecil.Tests/ImageReadTests.cs b/Test/Mono.Cecil.Tests/ImageReadTests.cs
index 005d0ab..8f68e5f 100644
--- a/Test/Mono.Cecil.Tests/ImageReadTests.cs
+++ b/Test/Mono.Cecil.Tests/ImageReadTests.cs
@@ -136,9 +136,9 @@ namespace Mono.Cecil.Tests {
}
[TestModule ("metro.exe", Verify = false)]
- public void MetroAssembly(ModuleDefinition module)
+ public void MetroAssembly (ModuleDefinition module)
{
- Assert.AreEqual(ModuleCharacteristics.AppContainer, module.Characteristics & ModuleCharacteristics.AppContainer);
+ Assert.AreEqual (ModuleCharacteristics.AppContainer, module.Characteristics & ModuleCharacteristics.AppContainer);
}
}
}