blah
authorJb Evain <jbevain@gmail.com>
Fri, 17 Oct 2008 15:44:14 +0000 (15:44 -0000)
committerJb Evain <jbevain@gmail.com>
Fri, 17 Oct 2008 15:44:14 +0000 (15:44 -0000)
svn path=/trunk/mcs/; revision=116249

mcs/class/Mono.Cecil/Mono.Cecil/ReflectionWriter.cs

index 7060343054d31876ca035e3264d0f2e727e2fd46..15a81cce458d602cef9401b38bebe51a03ecfc52 100644 (file)
@@ -738,10 +738,10 @@ namespace Mono.Cecil {
                                        TableComparers.NestedClass.Instance);
                        th.Sorted |= ((long) 1 << NestedClassTable.RId);
 
-                       if (th.HasTable(InterfaceImplTable.RId))
-                               m_tableWriter.GetInterfaceImplTable().Rows.Sort(
+                       if (th.HasTable (InterfaceImplTable.RId))
+                               m_tableWriter.GetInterfaceImplTable ().Rows.Sort (
                                        TableComparers.InterfaceImpl.Instance);
-                       th.Sorted |= ((long)1 << InterfaceImplTable.RId);
+                       th.Sorted |= ((long) 1 << InterfaceImplTable.RId);
 
                        if (th.HasTable (ConstantTable.RId))
                                m_tableWriter.GetConstantTable ().Rows.Sort (