2006-12-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / mcs / constant.cs
index e88ffadd4e3088e5b633306cd7755c4dfe781964..8ea18f3c74d842f9d4d26334ac75c89826222d9d 100644 (file)
@@ -394,7 +394,7 @@ namespace Mono.CSharp {
                                Reduce (true, target);
                                base.Error_ValueCannotBeConverted (loc, target, expl);
                        }
-                       catch 
+                       catch
                        {
                                Report.Error (31, loc, "Constant value `{0}' cannot be converted to a `{1}'",
                                        GetValue ().ToString (), TypeManager.CSharpName (target));