ignore indentation in imported assembly (#2511)

* ignore indentation in imported assembly

* oop

* Update LAssembler.java
This commit is contained in:
DeltaNedas
2020-09-07 11:13:28 -04:00
committed by GitHub
parent 15bb01fd22
commit 29b31daba7
+2
View File
@@ -81,6 +81,8 @@ public class LAssembler{
if(index++ > max) break; if(index++ > max) break;
line = line.replace("\t", "").trim();
try{ try{
String[] arr; String[] arr;