mirror of
https://github.com/revanced/smali.git
synced 2025-05-30 12:40:11 +02:00
line ending and trailing whitespace cleanup
git-svn-id: https://smali.googlecode.com/svn/trunk@500 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
eb78b7fa64
commit
5867263eb5
@ -148,5 +148,4 @@ public class SparseSwitchDataPseudoInstruction extends Instruction {
|
|||||||
return new SparseSwitchDataPseudoInstruction(buffer, bufferIndex);
|
return new SparseSwitchDataPseudoInstruction(buffer, bufferIndex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -622,7 +622,6 @@ public class DexFile
|
|||||||
sectionsPosition++;
|
sectionsPosition++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
offset = AlignmentUtils.alignOffset(offset, ItemType.TYPE_MAP_LIST.ItemAlignment);
|
offset = AlignmentUtils.alignOffset(offset, ItemType.TYPE_MAP_LIST.ItemAlignment);
|
||||||
offset = MapItem.placeAt(offset, 0);
|
offset = MapItem.placeAt(offset, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user