[mtouch] Fix whitespace issue.

This commit is contained in:
Rolf Bjarne Kvinge 2017-04-18 17:28:25 +02:00
Родитель 488cccb8d4
Коммит d83067c2a3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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