Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Mar 22, 2021
1 parent aebdef5 commit 3c7fdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Android.Sdk.ILLink/FixAbstractMethodsHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected void ProcessType (TypeDefinition type)
var assembly = type.Module.Assembly;
if (!ShouldProcessTypeFromAssembly (assembly))
return;

bool changed = false;
if (!MightNeedFix (type))
return;
Expand Down Expand Up @@ -261,7 +261,7 @@ MethodReference AbstractMethodErrorConstructor {
return abstractMethodErrorConstructor;

var assembly = GetMonoAndroidAssembly ();
if (assembly != null) {
if (assembly != null) {
var errorException = assembly.MainModule.GetType ("Java.Lang.AbstractMethodError");
if (errorException != null) {
foreach (var method in errorException.Methods) {
Expand Down

0 comments on commit 3c7fdb3

Please sign in to comment.