From 9a08f3cfd4b98a2cda34a59910b7313221048f77 Mon Sep 17 00:00:00 2001 From: Robert Wilkens Date: Tue, 29 May 2012 11:53:33 -0400 Subject: [PATCH] This is a clean up of last commit. One line had spaces where there should have been tabs. --- .../Test/System.Windows.Forms/ComboBoxTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs index 160385b16e5..e447cd0d88f 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs @@ -885,7 +885,7 @@ namespace MonoTests.System.Windows.Forms //Here's where Exception Should raise normally cmb.SelectedIndex=2; - } + } } -- 2.25.1