Author: martin
Date: 2005-05-10 12:50:21 -0400 (Tue, 10 May 2005)
New Revision: 44336

Modified:
   trunk/mcs/gmcs/class.cs
Log:


Modified: trunk/mcs/gmcs/class.cs
===================================================================
--- trunk/mcs/gmcs/class.cs     2005-05-10 16:50:03 UTC (rev 44335)
+++ trunk/mcs/gmcs/class.cs     2005-05-10 16:50:21 UTC (rev 44336)
@@ -4956,7 +4956,7 @@
                {
                        ILGenerator ig_ = ConstructorBuilder.GetILGenerator ();
                        return new EmitContext (Parent, Location, ig_, null, 
ModFlags, true);
-                       }
+               }
 
                public ObsoleteAttribute GetObsoleteAttribute ()
                {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to