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:
JesusFreke@JesusFreke.com 2009-12-23 05:25:59 +00:00
parent eb78b7fa64
commit 5867263eb5
81 changed files with 12149 additions and 12151 deletions

View File

@ -148,5 +148,4 @@ public class SparseSwitchDataPseudoInstruction extends Instruction {
return new SparseSwitchDataPseudoInstruction(buffer, bufferIndex);
}
}
}

View File

@ -622,7 +622,6 @@ public class DexFile
sectionsPosition++;
}
offset = AlignmentUtils.alignOffset(offset, ItemType.TYPE_MAP_LIST.ItemAlignment);
offset = MapItem.placeAt(offset, 0);