summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Xamlg
diff options
context:
space:
mode:
authorChris King <kingces95@gmail.com>2016-03-25 13:53:19 -0700
committerChris King <kingces95@gmail.com>2016-03-25 13:53:19 -0700
commitb3365b7f7db2ab9505d9f0c704f86dd3b24b0caa (patch)
tree3e9c78ed3397f34d54daed530da2a7669c7f63b4 /Xamarin.Forms.Xaml.Xamlg
parent03c84382c7bfa6d8712e07dfa48e569f9a9b66a7 (diff)
downloadxamarin-forms-b3365b7f7db2ab9505d9f0c704f86dd3b24b0caa.tar.gz
xamarin-forms-b3365b7f7db2ab9505d9f0c704f86dd3b24b0caa.tar.bz2
xamarin-forms-b3365b7f7db2ab9505d9f0c704f86dd3b24b0caa.zip
Reformat using statements
Diffstat (limited to 'Xamarin.Forms.Xaml.Xamlg')
-rw-r--r--Xamarin.Forms.Xaml.Xamlg/Mono.Options/Options.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml.Xamlg/Mono.Options/Options.cs b/Xamarin.Forms.Xaml.Xamlg/Mono.Options/Options.cs
index d74ebf64..454f01a2 100644
--- a/Xamarin.Forms.Xaml.Xamlg/Mono.Options/Options.cs
+++ b/Xamarin.Forms.Xaml.Xamlg/Mono.Options/Options.cs
@@ -173,7 +173,7 @@ namespace Mono.Options
yield return string.Empty;
yield break;
}
- using(IEnumerator<int> ewidths = widths.GetEnumerator())
+ using (IEnumerator<int> ewidths = widths.GetEnumerator())
{
bool? hw = null;
int width = GetNextWidth(ewidths, int.MaxValue, ref hw);