Bring jbevain/cecil's commit abbedab2d7b215ee94c5eab894d86d010d105de6, style fix
authorMiguel de Icaza <miguel@gnome.org>
Wed, 18 Apr 2012 22:29:35 +0000 (18:29 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 18 Apr 2012 22:54:15 +0000 (18:54 -0400)
mcs/class/Mono.Cecil/Mono.Cecil.Cil/MethodBody.cs

index baf258f69643f5751efa1b3a2294ca57399a5043..e74866be666bd443ac260dfdf2aa8679dbfb9972 100644 (file)
@@ -101,7 +101,7 @@ namespace Mono.Cecil.Cil {
                                        throw new NotSupportedException ();
 
                                if (this_parameter == null) {
-                                       this_parameter = new ParameterDefinition(method.DeclaringType);
+                                       this_parameter = new ParameterDefinition (method.DeclaringType);
                                        this_parameter.method = method;
                                }