cosmetic diff
authorJb Evain <jbevain@gmail.com>
Wed, 28 Jan 2009 16:38:17 +0000 (16:38 -0000)
committerJb Evain <jbevain@gmail.com>
Wed, 28 Jan 2009 16:38:17 +0000 (16:38 -0000)
svn path=/trunk/mcs/; revision=124793

mcs/class/Mono.Cecil/Mono.Cecil.Cil/MethodBody.cs

index 71539070a6590569179dfcef13bcec85b435c473..70a7049a8ef8373f6d4301795862aa61d24c431f 100644 (file)
@@ -114,7 +114,7 @@ namespace Mono.Cecil.Cil {
                        get {
                                if (m_scopes == null)
                                        m_scopes = new ScopeCollection (this);
-                               return m_scopes; 
+                               return m_scopes;
                        }
                }