From d83067c2a361bb602991201ccb54a0593f8695d8 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 18 Apr 2017 17:28:25 +0200 Subject: [PATCH] [mtouch] Fix whitespace issue. --- tools/linker/MobileResolveMainAssemblyStep.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linker/MobileResolveMainAssemblyStep.cs b/tools/linker/MobileResolveMainAssemblyStep.cs index c3fe2ac44b..b11cfaf6f5 100644 --- a/tools/linker/MobileResolveMainAssemblyStep.cs +++ b/tools/linker/MobileResolveMainAssemblyStep.cs @@ -44,7 +44,7 @@ namespace Xamarin.Linker.Steps { } if (!t.HasCustomAttribute (Namespaces.Foundation, "RegisterAttribute")) - continue; + continue; Annotations.Mark (t); // the existing logic (both the general one and applying to NSObject) // should bring everything else that's required