Răsfoiți Sursa

oh

svn path=/trunk/mcs/; revision=103288
Jb Evain 17 ani în urmă
părinte
comite
0cccdcfea3

+ 2 - 1
mcs/class/System.Core/System.Linq.Expressions/Expression.cs

@@ -2080,7 +2080,8 @@ namespace System.Linq.Expressions {
 
 		internal static bool IsNullable (Type type)
 		{
-			return type.IsGenericInstanceOf (typeof (Nullable<>));		}
+			return type.IsGenericInstanceOf (typeof (Nullable<>));
+		}
 
 		static bool IsSignedNumber (Type t)
 		{