Bring jbevain/cecil's commit fb8dcbabcfbb611faeb47f1db53d54022ead2551, style fixes
authorMiguel de Icaza <miguel@gnome.org>
Wed, 18 Apr 2012 22:51:39 +0000 (18:51 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 18 Apr 2012 22:54:20 +0000 (18:54 -0400)
mcs/class/Mono.Cecil/Mono.Cecil.PE/ImageWriter.cs

index 9fbf5101e72c3de48371e306c16caec0bc9c31a5..0b487ecc1f49e24064d6608b215c0c2298804690 100644 (file)
@@ -218,7 +218,7 @@ namespace Mono.Cecil.PE {
                        throw new NotSupportedException ();
                }
 
-               Section LastSection()
+               Section LastSection ()
                {
                        if (reloc != null)
                                return reloc;
@@ -623,7 +623,7 @@ namespace Mono.Cecil.PE {
                                WriteUInt32 ((uint) image_base + text_map.GetRVA (TextSegment.ImportAddressTable));
                                return;
                        default:
-                               throw new NotSupportedException();
+                               throw new NotSupportedException ();
                        }
                }
 
@@ -727,7 +727,7 @@ namespace Mono.Cecil.PE {
                        case TargetArchitecture.I386:
                                return 6;
                        default:
-                               throw new NotSupportedException();
+                               throw new NotSupportedException ();
                        }
                }